rapidhash 4.3.0

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

#[cfg(feature = "std")]
pub mod chunked_stream_reader;
pub mod mix;
pub mod read;
#[cfg(test)]
pub mod macros;
pub mod hints;