# CIDRs
[<img alt="github" height="20" src="https://img.shields.io/badge/github-zarvd/cidrs-8da0cb?style=for-the-badge&labelColor=555555&logo=github">](https://github.com/zarvd/cidrs)
[<img alt="crates.io" height="20" src="https://img.shields.io/crates/v/cidrs.svg?style=for-the-badge&color=fc8d62&logo=rust">](https://crates.io/crates/cidrs)
[<img alt="docs.rs" height="20" src="https://img.shields.io/docsrs/cidrs?style=for-the-badge">](https://docs.rs/cidrs)
[<img alt="build status" height="20" src="https://img.shields.io/github/actions/workflow/status/zarvd/cidrs/ci.yml?branch=master&style=for-the-badge">](https://github.com/zarvd/cidrs/actions?query%3Amaster)
[<img alt="dependency status" height="20" src="https://deps.rs/repo/github/zarvd/cidrs/status.svg?style=for-the-badge&t=0">](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.