fstd/
hash.rs

1//! Generic hashing support.
2
3pub(crate) mod wyhash;
4
5// Fast hasher. The result is not reproducible.
6// pub use wyhash::WyHasher as XHasher;