# CIDRs [github](https://github.com/zarvd/cidrs) [crates.io](https://crates.io/crates/cidrs) [docs.rs](https://docs.rs/cidrs) [build status](https://github.com/zarvd/cidrs/actions?query%3Amaster) [dependency status](https://deps.rs/repo/github/zarvd/cidrs) This library provides a set of types and functions for working with IP CIDRs. ## Usage Add `cidrs` to your `Cargo.toml`: ```toml [dependencies] cidrs = { version = "*", features = ["routing-table"] } ``` More examples can be found in the [examples](examples) directory.