opthash 0.1.0

Rust implementations of Elastic Hashing and Funnel Hashing
Documentation
1
2
3
4
5
6
mod common;
mod elastic;
mod funnel;

pub use elastic::ElasticHashMap;
pub use funnel::FunnelHashMap;