No description
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .github/workflows | ||
| debian | ||
| src | ||
| tests | ||
| .appveyor.yml | ||
| .cargo_vcs_info.json | ||
| .editorconfig | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Cargo.toml.orig | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
| rustfmt.toml | ||
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