[go: up one dir, main page]

rapidhash 3.1.0

A rust port of rapidhash: an extremely fast, high quality, platform-independent hashing algorithm.
Documentation
1
2
3
4
5
6
#[cfg(feature = "std")]
pub mod chunked_stream_reader;
pub mod mix;
pub mod read;
#[cfg(test)]
pub mod macros;