Crates.io | cidr |
lib.rs | cidr |
version | 0.3.0 |
source | src |
created_at | 2017-03-06 15:41:04.873693 |
updated_at | 2024-09-30 15:11:37.429731 |
description | IP network and IP host within network types |
homepage | https://github.com/stbuehler/rust-cidr |
repository | https://github.com/stbuehler/rust-cidr |
max_upload_size | |
id | 8852 |
size | 193,533 |
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.
bitstring
feature and the bitstring-trees
crate: https://github.com/stbuehler/rust-gather-cidr-map