Docs.rs
rust-bloomfilter-1.0.0-beta1
rust-bloomfilter 1.0.0-beta1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
srinivasreddy
Dependencies
bigint ^4.4.1
normal
bit-vec ^0.6.1
normal
fasthash ^0.4
normal
Versions
9.09%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rust_
bloomfilter
1.0.0-beta1
All Items
Crate Items
Structs
Crate
rust_bloomfilter
Copy item path
Source
Structs
ยง
Bloom
Filter
I have intentionally made the BloomFilter type opaque. It accepts any kind of input as long as it can be converted to bytes.