10 releases
0.3.0 | Sep 30, 2024 |
---|---|
0.2.3 | Jun 25, 2024 |
0.2.2 | Jun 25, 2023 |
0.2.1 | Oct 8, 2021 |
0.0.2 | Mar 10, 2017 |
#155 in Network programming
200,835 downloads per month
Used in 72 crates
(44 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
bitstring
feature and thebitstring-trees
crate: https://github.com/stbuehler/rust-gather-cidr-map
Dependencies
~180KB