9个版本
0.2.3 | 2024年6月25日 |
---|---|
0.2.2 | 2023年6月25日 |
0.2.1 | 2021年10月8日 |
0.1.1 | 2020年8月27日 |
0.0.2 | 2017年3月10日 |
#148 在 网络编程
152,972 每月下载量
在 59 个Crates中使用 (直接使用35个)
185KB
6.5K SLoC
cidr crate
此库提供了表示IP网络(Cidr
)或网络内的IP主机(Inet
)的类型。
命名遵循PostgreSQL数据类型的命名
master
版本的文档位于https://stbuehler.github.io/rustdocs/cidr/cidr/;发布版本文档位于https://docs.rs/cidr。
示例
- example making good use of the
bitstring
feature and thebitstring-trees
crate: https://github.com/stbuehler/rust-gather-cidr-map
依赖项
~180KB