diff options
author | Sergey Pepyakin <s.pepyakin@gmail.com> | 2017-09-21 20:04:10 +0300 |
---|---|---|
committer | Sergey Pepyakin <s.pepyakin@gmail.com> | 2017-09-21 20:04:10 +0300 |
commit | badafb6a967cc8f0533af8926405eac395d4b4fa (patch) | |
tree | aca8bfd4897f7e3e0296378301cf5fe339973b03 /README.md | |
parent | a8f4bc93b8125c24a1a129874a77f49a4a85ac57 (diff) |
Add links to `impl period` blog post and gitter.im
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ # `bindgen` +[`impl period`](https://blog.rust-lang.org/2017/09/18/impl-future-for-rust.html) has been started! Join us at [Gitter.im](https://gitter.im/rust-impl-period/WG-dev-tools-bindgen). + **`bindgen` automatically generates Rust FFI bindings to C and C++ libraries.** For example, given the C header `doggo.h`: |