rapidhash 4.4.0

An extremely fast, high quality, platform-independent hashing algorithm.
Documentation
1
2
3
4
5
6
7
//! Utility functions and types for Rapidhash. All should be marked `pub(crate)`.

pub mod mix;
pub mod read;
#[cfg(test)]
pub mod macros;
pub mod hints;