iptable 0.3.0

Datastructure for efficient IP address lookup
Documentation
[package]
name = "iptable"
version = "0.3.0"
edition = "2021"
description = "Datastructure for efficient IP address lookup"
license = "Apache-2.0"
authors = ["Jelmer Vernooij <jelmer@jelmer.uk>"]
repository = "https://github.com/jelmer/iptable-rs"
homepage = "https://github.com/jelmer/iptable-rs"

[dependencies]
ipnetwork = "0.21.1"

[dev-dependencies]
criterion = { version = ">=0.5", features = ["html_reports"] }
rand = "0.10.1"

[[bench]]
name = "populate"
path = "bench/populate.rs"
harness = false