Decision Workspace
ipnetwork vs ip-cidr vs ipnet
Side-by-side comparison of Rust crates
55
ipnetwork
growingv0.21.1
A library to work with IP CIDRs in Rust
41
ip-cidr
experimentalv0.1.0
IP CIDR utilities
72
ipnet
stablev2.12.0
Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.
Core Metrics
| ipnetwork | ip-cidr | ipnet | |
|---|---|---|---|
| Health Score | 55 | 41 | 72 |
| Total Downloads | 58.7M | 573 | 345.0M |
| 30d Downloads | 5.0M | 49 | 26.1M |
| Dependents | 3.2K | 8 | 4.7K |
| Releases | 46 | 1 | 70 |
| Last Updated | 444d ago | 221d ago | 25d ago |
| Age | 10y 11m | 7m | 8y 7m |
Health Breakdown
ipnetwork
Maintenance
7
Quality
15
Community
15
Popularity
8
Documentation
10
ip-cidr
Maintenance
4
Quality
15
Community
9
Popularity
3
Documentation
10
ipnet
Maintenance
17
Quality
21
Community
14
Popularity
8
Documentation
12
Technical Details
| ipnetwork | ip-cidr | ipnet | |
|---|---|---|---|
| Version | 0.21.1 | 0.1.0 | 2.12.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | BSL-1.0 | MIT OR Apache-2.0 |
| Dependencies | 5 | 0 | 5 |
| Crate Size | 20KB | 8KB | 31KB |
| Features | 1 | 0 | 9 |
| Yanked % | 0.0% | 0.0% | 1.4% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | 1.83.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ipnet leads with a health score of 72/100, but none of the options score above 80.
- •ipnet is depended on by 4.7K crates — strongest ecosystem trust.
- •⚠ ipnetwork has not been updated in over a year.
- •ipnetwork, ip-cidr are pre-1.0 — API may change.