Decision Workspace
iptrie vs prefix-trie vs ipnet-trie
Side-by-side comparison of Rust crates
43
iptrie
growingv0.11.1
IPv4/v6 prefixes lookup structures (based on tries)
67
prefix-trie
growingv0.8.2
Prefix trie (tree) datastructure (both a set and a map) that provides exact and longest-prefix matches.
52
ipnet-trie
growingv0.3.0
IPv4 and IPv6 network fast lookup trie.
Core Metrics
| iptrie | prefix-trie | ipnet-trie | |
|---|---|---|---|
| Health Score | 43 | 67 | 52 |
| Total Downloads | 118.7K | 2.1M | 25.7K |
| 30d Downloads | 4.9K | 271.4K | 2.3K |
| Dependents | 0 | 154 | 68 |
| Releases | 31 | 17 | 7 |
| Last Updated | 57d ago | 5d ago | 367d ago |
| Age | 2y 7m | 3y 2m | 2y 8m |
Health Breakdown
iptrie
Maintenance
16
Quality
6
Community
5
Popularity
6
Documentation
10
prefix-trie
Maintenance
18
Quality
15
Community
11
Popularity
8
Documentation
15
ipnet-trie
Maintenance
8
Quality
15
Community
11
Popularity
5
Documentation
13
Technical Details
| iptrie | prefix-trie | ipnet-trie | |
|---|---|---|---|
| Version | 0.11.1 | 0.8.2 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 4 | 16 | 8 |
| Crate Size | 4.4MB | 81KB | 29KB |
| Features | 1 | 5 | 2 |
| Yanked % | 61.3% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.71.1 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •prefix-trie leads with a health score of 67/100, but none of the options score above 80.
- •prefix-trie is depended on by 154 crates — strongest ecosystem trust.
- •⚠ ipnet-trie has not been updated in over a year.