An implementation of `std::hash::Hasher` which does not hash at all, useful for integer keys.
# Cargo.toml
[dependencies]
nohash-hasher = "0.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a HashSet using NoHashHasher for u64 keys.
Use only with keys that have no collisions; otherwise, performance degrades.
No dependency data recorded yet.