12 releases
| 0.3.2 | Dec 18, 2025 |
|---|---|
| 0.3.1 | Jan 18, 2025 |
| 0.3.0 | Sep 30, 2024 |
| 0.2.3 | Jun 25, 2024 |
| 0.0.2 | Mar 10, 2017 |
#39 in Network programming
2,124,694 downloads per month
Used in 129 crates
(61 directly)
185KB
6.5K
SLoC
cidr crate
This library provides types to represent an IP network (Cidr) or an IP
host within a network (Inet).
The naming follows the names of the PostgreSQL data types
The documentation for master is located at https://stbuehler.github.io/rustdocs/cidr/cidr/; released versions are documented at https://docs.rs/cidr.
Examples
- example making good use of the
bitstringfeature and thebitstring-treescrate: https://github.com/stbuehler/rust-gather-cidr-map
Dependencies
~170KB