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 43e75e5 commit 1d0a786Copy full SHA for 1d0a786
Cargo.toml
@@ -2,11 +2,12 @@
2
name = "rustc-hash"
3
version = "1.0.1"
4
authors = ["The Rust Project Developers"]
5
-description = "speed, non-cryptographic hash used in rustc"
+description = "A speedy, non-cryptographic hashing algorithm used by rustc and Firefox"
6
license = "Apache-2.0/MIT"
7
readme = "README.md"
8
keywords = ["hash", "fxhash", "rustc"]
9
repository = "https://github.com/rust-lang-nursery/rustc-hash"
10
+edition = "2018"
11
12
[features]
13
std = []
0 commit comments