Decision Workspace
uaddr vs uni-addr vs which
Side-by-side comparison of Rust crates
43
uaddr
experimentalv0.4.1
A unified address type that can represent an IPv4 / IPv6 socket address, a UNIX domain socket (UDS) address, or a hostname with a port.
54
uni-addr
experimentalv0.3.7
A unified address type that can represent a `std::net::SocketAddr`, a `std::os::unix::net::SocketAddr`, or a host name with port.
75
which
stablev8.0.2
A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.
Core Metrics
| uaddr | uni-addr | which | |
|---|---|---|---|
| Health Score | 43 | 54 | 75 |
| Total Downloads | 19 | 31.9K | 296.7M |
| 30d Downloads | 19 | 8.4K | 19.7M |
| Dependents | 0 | 23 | 21.2K |
| Releases | 2 | 21 | 40 |
| Last Updated | today | today | 19d ago |
| Age | 1d | 8m | 10y 5m |
Health Breakdown
uaddr
Maintenance
14
Quality
9
Community
6
Popularity
2
Documentation
12
uni-addr
Maintenance
19
Quality
9
Community
9
Popularity
5
Documentation
12
which
Maintenance
18
Quality
17
Community
17
Popularity
8
Documentation
15
Technical Details
| uaddr | uni-addr | which | |
|---|---|---|---|
| Version | 0.4.1 | 0.3.7 | 8.0.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 11 | 7 | 4 |
| Crate Size | 21KB | 19KB | 27KB |
| Features | 5 | 4 | 4 |
| Yanked % | 50.0% | 33.3% | 10.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.82.0 | 1.71.0 | 1.70 |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •which leads with a health score of 75/100, but none of the options score above 80.
- •which is depended on by 21.2K crates — strongest ecosystem trust.
- •uaddr, uni-addr are pre-1.0 — API may change.