Skip to content

Commit a3057b1

Browse files
authored
Add keyword: "Hasher"
See rust-lang/rust#77996
1 parent c9ba3f6 commit a3057b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/eldruin/wyhash-rs"
66
license = "MIT OR Apache-2.0"
77
description = "Rust implementation of the WyHash fast portable non-cryptographic hashing algorithm and random number generator."
88
readme = "README.md"
9-
keywords = ["hash", "wyhash", "rng", "random"]
9+
keywords = ["hash", "hasher", "wyhash", "rng", "random"]
1010
categories = ["algorithms", "no-std"]
1111
homepage = "https://github.com/eldruin/wyhash-rs"
1212
documentation = "https://docs.rs/wyhash"

0 commit comments

Comments
 (0)