2 releases
0.1.1 | Jun 23, 2023 |
---|---|
0.1.0 | Jun 23, 2023 |
#209 in Email
325KB
99 lines
Dispo
A disposable email checker utilizing a Bloom filter.
- Lightweight
- Probabilistic
- Blazingly fast 🚀
- Backed by mailchecker's email blacklist
Usage
[dependencies]
dispo = "0.1.0"
fn main() {
let x = dispo::is_valid("alice@example.com");
assert_eq!(x, true);
let x = dispo::is_valid_domain("tempmail.de");
assert_eq!(x, false);
}
License
This project is licensed under either of the following licenses, at your option:
Dependencies
~1MB
~27K SLoC