allowlist-rs 0.1.0

Validate requests against a list of known IPv4 host addresses
Documentation
  • Coverage
  • 0%
    0 out of 6 items documented0 out of 3 items with examples
  • Size
  • Source code size: 10.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 307.37 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • colwill/allowlist-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • colwill

allowlist-rs

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 😎.

Quick-start

To add as a dependency:

$ cargo add allowlist-rs

Current Provided Lists

2025-08-23

  • Development / Local List - dev_sources.txt
  • Stripe Global IP List - stripe_global_sources.txt
  • Stripe Webhook IP List - stripe_webhook_sources.txt

Contributors

Build 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"