fcidr 0.5.0

Fragmented Classless Inter-Domain Routing (FCIDR) A library exposing a data structure to represent a set of CIDR ranges and easily manipulate its entries using set-like operations.
Documentation
1
2
3
4
5
6
mod cidr;
mod fcidr;
mod serde;

pub use crate::cidr::Cidr;
pub use crate::fcidr::Fcidr;