cidrs

Crates.iocidrs
lib.rscidrs
version0.2.0
sourcesrc
created_at2024-08-18 03:42:20.334231
updated_at2024-08-25 02:18:02.574186
descriptionCIDR Library
homepagehttps://github.com/zarvd/cidrs
repositoryhttps://github.com/zarvd/cidrs
max_upload_size
id1342305
size153,871
Jialun Cai (zarvd)

documentation

https://docs.rs/cidrs

README

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.

Commit count: 0

cargo fmt