zarvd / cidrs

IP CIDR library for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

IP CIDR library for Rust

License:MIT License


Languages

Language:Rust 100.0%