| Crates.io | dispo |
| lib.rs | dispo |
| version | 0.1.1 |
| created_at | 2023-06-23 16:10:41.644394+00 |
| updated_at | 2023-06-23 16:29:06.989483+00 |
| description | Disposable email checker utilizing a Bloom filter |
| homepage | https://github.com/ynuwenhof/dispo |
| repository | https://github.com/ynuwenhof/dispo |
| max_upload_size | |
| id | 898413 |
| size | 876,059 |
A disposable email checker utilizing a Bloom filter.
[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);
}
This project is licensed under either of the following licenses, at your option: