opthash 0.10.0

Rust implementations of Elastic Hashing and Funnel Hashing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub(crate) mod bitmask;
pub(crate) mod config;
pub(crate) mod control;
pub(crate) mod error;
pub(crate) mod iter;
pub(crate) mod layout;
pub(crate) mod math;
pub(crate) mod simd;

pub use allocator_api2::alloc::{Allocator, Global};

pub use error::TryReserveError;

pub type DefaultHashBuilder = foldhash::fast::RandomState;