Crates.io | cidrs |
lib.rs | cidrs |
version | 0.2.0 |
source | src |
created_at | 2024-08-18 03:42:20.334231 |
updated_at | 2024-08-25 02:18:02.574186 |
description | CIDR Library |
homepage | https://github.com/zarvd/cidrs |
repository | https://github.com/zarvd/cidrs |
max_upload_size | |
id | 1342305 |
size | 153,871 |
This library provides a set of types and functions for working with IP CIDRs.
Add cidrs
to your Cargo.toml
:
[dependencies]
cidrs = { version = "*", features = ["routing-table"] }
More examples can be found in the examples directory.