Docs.rs
bfilters-0.2.0
bfilters 0.2.0
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
alexanderbakhmach
Dependencies
bitarray-naive ^0.1.1
normal
fasthash ^0.4.0
normal
serde ^1.0.151
normal
serde_json ^1.0.40
normal
Versions
66.67%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bfilters
0.2.0
All Items
Crate Items
Structs
Enums
Constants
Crate
bfilters
Copy item path
Source
Structs
§
Bloom
Filter
A structure representing a bloom filter. The structure should be created \w ::new syntax. Consider the fact that constructor returns Result<BloomFilter, String>
Enums
§
Load
Bloom
Filter
Error
The error that can be returned on BloomFilter::from_file either if something was wrong with the file or with parsing.
Save
Bloom
Filter
Error
The error that can be returned on bloom_filter.save either if something was wrong with the file or with parsing.
Constants
§
DEFAULT_
FALSE_
POSITIVE_
PROBABILITY