# CIDRs
[](https://github.com/zarvd/cidrs)
[](https://crates.io/crates/cidrs)
[](https://docs.rs/cidrs)
[](https://github.com/zarvd/cidrs/actions?query%3Amaster)
[](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.