We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ba3f6 commit a3057b1Copy full SHA for a3057b1
Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://github.com/eldruin/wyhash-rs"
6
license = "MIT OR Apache-2.0"
7
description = "Rust implementation of the WyHash fast portable non-cryptographic hashing algorithm and random number generator."
8
readme = "README.md"
9
-keywords = ["hash", "wyhash", "rng", "random"]
+keywords = ["hash", "hasher", "wyhash", "rng", "random"]
10
categories = ["algorithms", "no-std"]
11
homepage = "https://github.com/eldruin/wyhash-rs"
12
documentation = "https://docs.rs/wyhash"
0 commit comments