You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library provides types to represent an IP network (`Cidr`) or an IP
7
9
host withing a network (`Inet`).
8
10
9
11
The naming follows the names of the [PostgreSQL data types](https://www.postgresql.org/docs/current/static/datatype-net-types.html)
10
12
11
13
The documentation for `master` is located at [https://stbuehler.github.io/rustdocs/cidr/cidr/](https://stbuehler.github.io/rustdocs/cidr/cidr/); released versions are documented at [https://docs.rs/cidr](https://docs.rs/cidr).
14
+
15
+
## Examples
16
+
17
+
- example making good use of the `bitstring` feature and the `bitstring-trees` crate: https://github.com/stbuehler/rust-gather-cidr-map
0 commit comments