https://github.com/clnv/cidrs
IP CIDR library for Rust
https://github.com/clnv/cidrs
cidr ip rust
Last synced: 6 months ago
JSON representation
IP CIDR library for Rust
- Host: GitHub
- URL: https://github.com/clnv/cidrs
- Owner: clnv
- License: mit
- Created: 2024-08-18T00:49:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-11-27T00:05:25.000Z (8 months ago)
- Last Synced: 2025-11-29T18:09:23.952Z (8 months ago)
- Topics: cidr, ip, rust
- Language: Rust
- Homepage:
- Size: 80.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CIDRs
[
](https://github.com/clnv/cidrs)
[
](https://crates.io/crates/cidrs)
[
](https://docs.rs/cidrs)
[
](https://github.com/clnv/cidrs/actions?query%3Amaster)
[
](https://deps.rs/repo/github/clnv/cidrs)
This library provides a set of types and functions for working with IP CIDRs.
## Usage
Add `cidrs` to your `Cargo.toml`:
```toml
[dependencies]
cidrs = { version = "*", features = ["routing-table"] }
```
More examples can be found in the [examples](examples) directory.