An open API service indexing awesome lists of open source software.

https://github.com/clnv/cidrs

IP CIDR library for Rust
https://github.com/clnv/cidrs

cidr ip rust

Last synced: 6 months ago
JSON representation

IP CIDR library for Rust

Awesome Lists containing this project

README

          

# CIDRs

[github](https://github.com/clnv/cidrs)
[crates.io](https://crates.io/crates/cidrs)
[docs.rs](https://docs.rs/cidrs)
[build status](https://github.com/clnv/cidrs/actions?query%3Amaster)
[dependency status](https://deps.rs/repo/github/clnv/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.