Skip to content

Commit 302fe65

Browse files
committed
Link to the user's guide from the docs and manifest
1 parent 0fd5e9e commit 302fe65

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ name = "bindgen"
1313
readme = "README.md"
1414
repository = "https://github.com/rust-lang-nursery/rust-bindgen"
1515
documentation = "https://docs.rs/bindgen"
16+
homepage = "https://rust-lang-nursery.github.io/rust-bindgen/"
1617
version = "0.36.0"
1718
build = "build.rs"
1819

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
//! functions and use types defined in the header.
55
//!
66
//! See the [`Builder`](./struct.Builder.html) struct for usage.
7+
//!
8+
//! See the [Users Guide](https://rust-lang-nursery.github.io/rust-bindgen/) for
9+
//! additional documentation.
710
#![deny(missing_docs)]
811
#![deny(warnings)]
912
#![deny(unused_extern_crates)]

0 commit comments

Comments
 (0)