diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2017-01-23 10:50:46 -0800 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2017-01-23 10:50:46 -0800 |
commit | 287c56011183d80a79334ea48d71b4c88f39bcec (patch) | |
tree | bc1f6412b446bcdfd99e3fdbb3b5d5d39665f734 /README.md | |
parent | 09cca13cbcbe7d118fcd6cf6b651b4ea0279c584 (diff) |
Recommend using `bindgen` with build.rs in the README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -88,6 +88,8 @@ Those instructions list optional steps. For bindgen: ### Library usage with `build.rs` +💡 This is the recommended way to use `bindgen`. 💡 + #### `build.rs` Tutorial [Here is a step-by-step tutorial for generating FFI bindings to the `bzip2` C library.][tutorial] |