We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd5e9e commit 302fe65Copy full SHA for 302fe65
Cargo.toml
@@ -13,6 +13,7 @@ name = "bindgen"
13
readme = "README.md"
14
repository = "https://github.com/rust-lang-nursery/rust-bindgen"
15
documentation = "https://docs.rs/bindgen"
16
+homepage = "https://rust-lang-nursery.github.io/rust-bindgen/"
17
version = "0.36.0"
18
build = "build.rs"
19
src/lib.rs
@@ -4,6 +4,9 @@
4
//! functions and use types defined in the header.
5
//!
6
//! 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.
10
#![deny(missing_docs)]
11
#![deny(warnings)]
12
#![deny(unused_extern_crates)]
0 commit comments