ipnet-trie 0.3.0

IPv4 and IPv6 network fast lookup trie.
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"

[dependencies.bincode]
optional = true
version = "2.0"

[dependencies.ipnet]
version = "2.8"

[dependencies.prefix-trie]
version = "0.6"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.bgpkit-parser]
version = "0.11"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.oneio]
version = "0.17"

[dev-dependencies.tempdir]
version = "0.3"

[[example]]
name = "bgp-rib-trie-export"
path = "examples/bgp-rib-trie-export.rs"
required-features = ["export"]

[features]
default = []
export = ["bincode"]

[lib]
name = "ipnet_trie"
path = "src/lib.rs"

[package]
authors = ["Mingwei Zhang <mingwei@bgpkit.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "data-structures"]
description = """
IPv4 and IPv6 network fast lookup trie.
"""
documentation = "https://docs.rs/ipnet-trie"
edition = "2021"
homepage = "https://github.com/bgpkit/ipnet-trie"
keywords = ["ip", "network", "address", "bgp", "trie"]
license = "MIT"
name = "ipnet-trie"
readme = "README.md"
repository = "https://github.com/bgpkit/ipnet-trie"
version = "0.3.0"