A disposable email checker utilizing a Bloom filter.
toml
[dependencies]
dispo = "0.1.0"
```rust fn main() { let x = dispo::isvalid("alice@example.com"); asserteq!(x, true);
let x = dispo::is_valid_domain("tempmail.de");
assert_eq!(x, false);
} ```
This project is licensed under either of the following licenses, at your option: