Watch
1
0
Fork
You've already forked rust-cidr
0
No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann 7df8b79191
Updating to debhelper 14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-06-14 12:50:39 +02:00
.github/workflows Adding upstream version 0.3.2. 2025-12-31 10:11:58 +01:00
debian Updating to debhelper 14. 2026-06-14 12:50:39 +02:00
src Adding upstream version 0.3.2. 2025-12-31 10:11:58 +01:00
tests Adding upstream version 0.3.2. 2025-12-31 10:11:58 +01:00
.appveyor.yml Adding upstream version 0.3.2. 2025-12-31 10:11:58 +01:00
.cargo_vcs_info.json Adding upstream version 0.3.2. 2025-12-31 10:11:58 +01:00
.editorconfig Adding upstream version 0.3.2. 2025-12-31 10:11:58 +01:00
.gitignore Adding upstream version 0.3.2. 2025-12-31 10:11:58 +01:00
Cargo.lock Adding upstream version 0.3.2. 2025-12-31 10:11:58 +01:00
Cargo.toml Adding upstream version 0.3.2. 2025-12-31 10:11:58 +01:00
Cargo.toml.orig Adding upstream version 0.3.2. 2025-12-31 10:11:58 +01:00
CHANGELOG.md Adding upstream version 0.3.2. 2025-12-31 10:11:58 +01:00
LICENSE Adding upstream version 0.3.2. 2025-12-31 10:11:58 +01:00
README.md Adding upstream version 0.3.2. 2025-12-31 10:11:58 +01:00
rustfmt.toml Adding upstream version 0.3.2. 2025-12-31 10:11:58 +01:00

Rust CI AppVeyor Status crates.io MIT licensed

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