diff options
author | Matt Brubeck <mbrubeck@limpet.net> | 2018-04-02 11:47:03 -0700 |
---|---|---|
committer | Matt Brubeck <mbrubeck@limpet.net> | 2018-04-02 11:49:41 -0700 |
commit | 302fe653861dc75f401537a6201934a36ab56b47 (patch) | |
tree | fbae4623bf6ede2ab03d9da1c13ccab677ec3205 | |
parent | 0fd5e9ec6899ace88997a2cd58e3c2dfa3a3a98d (diff) |
Link to the user's guide from the docs and manifest
-rw-r--r-- | Cargo.toml | 1 | ||||
-rw-r--r-- | src/lib.rs | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -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" @@ -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)] |