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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate rust_bloomfilter
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.