summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-09-21 12:46:09 -0500
committerGitHub <noreply@github.com>2017-09-21 12:46:09 -0500
commit30d6e0417a691da4f4959c8083328241fc02d1fd (patch)
tree8d2b08a0e09e26e9379ddf7de22b2ba4f52501ee
parent5b49548ddd37a11180439eec878e9c537cef1a97 (diff)
parentbadafb6a967cc8f0533af8926405eac395d4b4fa (diff)
Auto merge of #1010 - pepyakin:add-chat-in-readme, r=fitzgen
Add links to `impl period` blog post and gitter.im r? @fitzgen
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1dd3259b..4a233a98 100644
--- a/README.md
+++ b/README.md
@@ -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`: