diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-04-03 06:22:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-03 06:22:58 -0400 |
commit | 81caf128dfaf0458ba61f835dd9d6c44532e9265 (patch) | |
tree | e79dc3a3f90565246c36acc9b246414273da6017 | |
parent | 0166f4a1b2a9a65df51767be64a6796742588023 (diff) | |
parent | 30d624437bcc039ed26d890ed1864662b184a2e8 (diff) |
Auto merge of #1302 - rust-lang-nursery:fitzgen-patch-2, r=emilio
Match tag line on github in README to downplay implied reliability of binding to C++
r? @emilio
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ [`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.** +**`bindgen` automatically generates Rust FFI bindings to C (and some C++) libraries.** For example, given the C header `doggo.h`: |