Decision Workspace
fcidr vs ipnet vs cidr-utils
Side-by-side comparison of Rust crates
48
fcidr
growingv0.10.2
Fragmented Classless Inter-Domain Routing (FCIDR)
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.
62
cidr-utils
growingv0.6.2
This crate provides functions for working with IPv4 CIDRs and IPv6 CIDRs.
Core Metrics
| fcidr | ipnet | cidr-utils | |
|---|---|---|---|
| Health Score | 48 | 72 | 62 |
| Total Downloads | 14.0K | 345.0M | 4.7M |
| 30d Downloads | 14 | 26.1M | 207.7K |
| Dependents | 0 | 4.7K | 290 |
| Releases | 16 | 70 | 32 |
| Last Updated | 45d ago | 25d ago | 91d ago |
| Age | 2y 8m | 8y 7m | 6y 11m |
Health Breakdown
fcidr
Maintenance
15
Quality
10
Community
6
Popularity
5
Documentation
12
ipnet
Maintenance
17
Quality
21
Community
14
Popularity
8
Documentation
12
cidr-utils
Maintenance
13
Quality
17
Community
12
Popularity
8
Documentation
12
Technical Details
| fcidr | ipnet | cidr-utils | |
|---|---|---|---|
| Version | 0.10.2 | 2.12.0 | 0.6.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 5 | 5 | 3 |
| Crate Size | 15KB | 31KB | 8KB |
| Features | 3 | 9 | 4 |
| Yanked % | 37.5% | 1.4% | 0.0% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | 1.70.0 | — | 1.67 |
| 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.
- •fcidr, cidr-utils are pre-1.0 — API may change.