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 66d44b0 commit 1fa8d08Copy full SHA for 1fa8d08
Cargo.toml
@@ -2,6 +2,15 @@
2
authors = ["Jorge Aparicio <[email protected]>"]
3
name = "compiler_builtins"
4
version = "0.1.0"
5
+license = "MIT/Apache-2.0"
6
+readme = "README.md"
7
+repository = "https://github.com/rust-lang-nursery/compiler-builtins"
8
+homepage = "https://github.com/rust-lang-nursery/compiler-builtins"
9
+documentation = "https://docs.rs/compiler_builtins"
10
+description = """
11
+Compiler intrinsics used by the Rust compiler. Also available for other targets
12
+if necessary!
13
+"""
14
15
[lib]
16
test = false
0 commit comments