summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2018-04-02 11:47:03 -0700
committerMatt Brubeck <mbrubeck@limpet.net>2018-04-02 11:49:41 -0700
commit302fe653861dc75f401537a6201934a36ab56b47 (patch)
treefbae4623bf6ede2ab03d9da1c13ccab677ec3205
parent0fd5e9ec6899ace88997a2cd58e3c2dfa3a3a98d (diff)
Link to the user's guide from the docs and manifest
-rw-r--r--Cargo.toml1
-rw-r--r--src/lib.rs3
2 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5e71d303..684de4d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ name = "bindgen"
readme = "README.md"
repository = "https://github.com/rust-lang-nursery/rust-bindgen"
documentation = "https://docs.rs/bindgen"
+homepage = "https://rust-lang-nursery.github.io/rust-bindgen/"
version = "0.36.0"
build = "build.rs"
diff --git a/src/lib.rs b/src/lib.rs
index b987671f..6cdce76f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -4,6 +4,9 @@
//! functions and use types defined in the header.
//!
//! See the [`Builder`](./struct.Builder.html) struct for usage.
+//!
+//! See the [Users Guide](https://rust-lang-nursery.github.io/rust-bindgen/) for
+//! additional documentation.
#![deny(missing_docs)]
#![deny(warnings)]
#![deny(unused_extern_crates)]