summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2017-01-23 10:50:46 -0800
committerNick Fitzgerald <fitzgen@gmail.com>2017-01-23 10:50:46 -0800
commit287c56011183d80a79334ea48d71b4c88f39bcec (patch)
treebc1f6412b446bcdfd99e3fdbb3b5d5d39665f734
parent09cca13cbcbe7d118fcd6cf6b651b4ea0279c584 (diff)
Recommend using `bindgen` with build.rs in the README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2f36d115..c416489b 100644
--- a/README.md
+++ b/README.md
@@ -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]