broomfilter 0.1.4

A bloom filter that sweeps away your certainty. Probably.
Documentation
1
2
3
4
5
6
7
use thiserror::Error;

#[derive(Debug, Error)]
pub enum Error {
    #[error("invalid argument: {0}")]
    InvalidArgument(String),
}