We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6117c commit 2934b77Copy full SHA for 2934b77
Cargo.toml
@@ -5,15 +5,19 @@ authors = [
5
"The Servo project developers",
6
]
7
description = "A binding generator for Rust"
8
-homepage = "https://github.com/servo/rust-bindgen"
9
keywords = ["bindings", "ffi", "code-generation"]
+categories = ["external-ffi-bindings"]
10
license = "BSD-3-Clause"
11
name = "bindgen"
12
readme = "README.md"
13
repository = "https://github.com/servo/rust-bindgen"
14
+documentation = "https://docs.rs/bindgen"
15
version = "0.20.0"
16
build = "build.rs"
17
18
+[badges]
19
+travis-ci = { repository = "servo/rust-bindgen" }
20
+
21
[lib]
22
path = "src/lib.rs"
23
0 commit comments