7 releases
0.2.1 | Oct 8, 2021 |
---|---|
0.2.0 |
|
0.1.1 | Aug 27, 2020 |
0.1.0 | Feb 26, 2019 |
0.0.2 | Mar 10, 2017 |
#154 in Network programming
53,241 downloads per month
Used in 28 crates
(17 directly)
150KB
5.5K
SLoC
cidr crate
This library provides types to represent an IP network (Cidr
) or an IP
host withing 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