bloom-filter-yss 0.3.2

Simple bloom filter for me or you
Documentation
1
2
3
4
5
mod fnv;
mod murmur3;

pub use fnv::fnv;
pub use murmur3::murmur3;