Skip to content

zarvd/cidrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.