Skip to content

Commit a553280

Browse files
committed
reference rust-gather-cidr-map as example
1 parent f1f62d4 commit a553280

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
[![crates.io](https://img.shields.io/crates/v/cidr.svg)](https://crates.io/crates/cidr)
44
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
55

6+
# cidr crate
7+
68
This library provides types to represent an IP network (`Cidr`) or an IP
79
host withing a network (`Inet`).
810

911
The naming follows the names of the [PostgreSQL data types](https://www.postgresql.org/docs/current/static/datatype-net-types.html)
1012

1113
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

Comments
 (0)