| Crates.io | allowlist-rs |
| lib.rs | allowlist-rs |
| version | 0.1.0 |
| created_at | 2025-08-23 17:13:43.67762+00 |
| updated_at | 2025-08-23 17:13:43.67762+00 |
| description | Validate requests against a list of known IPv4 host addresses |
| homepage | |
| repository | https://github.com/colwill/allowlist-rs |
| max_upload_size | |
| id | 1807686 |
| size | 10,942 |
Validate requests against a list of known IPv4 host addresses.
That's it, that's all it does. It's quite fast thanks to core::slice::binary_search 😎.
To add as a dependency:
$ cargo add allowlist-rs
2025-08-23
dev_sources.txtstripe_global_sources.txtstripe_webhook_sources.txtBuild the project by running $ make all which will run benchmarks and tests, producing release build. Cargo timings are also produced for cargo based builds.
To add a new allow list
Contributors can add to this list by creating a PR for a new file in "./data"