Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.08 KB

CIDRs

github crates.io docs.rs build status dependency status

This library provides a set of types and functions for working with IP CIDRs.

Usage

Add cidrs to your Cargo.toml:

[dependencies]
cidrs = { version = "*", features = ["routing-table"] }

More examples can be found in the examples directory.