Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 389 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 389 Bytes

rust-cascade

A Bloom filter cascade implementation in rust. This can utilize one of two hash functions:

  • MurmurHash32, or
  • SHA256, with an optional salt

This implementation is designed to match up with the Python filter-cascade project [github]

See tests in src/lib.rs to get an idea of usage.