Decision Workspace
uni-addr vs uaddr vs win_uds
Side-by-side comparison of Rust crates
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.
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.
57
win_uds
experimentalv0.2.2
Windows Unix Domain Socket
Core Metrics
| uni-addr | uaddr | win_uds | |
|---|---|---|---|
| Health Score | 54 | 43 | 57 |
| Total Downloads | 31.9K | 19 | 28.5K |
| 30d Downloads | 8.6K | 19 | 15.2K |
| Dependents | 23 | 0 | 20 |
| Releases | 21 | 2 | 9 |
| Last Updated | today | today | 19d ago |
| Age | 8m | 1d | 4m |
Health Breakdown
uni-addr
Maintenance
19
Quality
9
Community
9
Popularity
5
Documentation
12
uaddr
Maintenance
14
Quality
9
Community
6
Popularity
2
Documentation
12
win_uds
Maintenance
18
Quality
14
Community
10
Popularity
5
Documentation
10
Technical Details
| uni-addr | uaddr | win_uds | |
|---|---|---|---|
| Version | 0.3.7 | 0.4.1 | 0.2.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Unlicense |
| Dependencies | 7 | 11 | 5 |
| Crate Size | 19KB | 21KB | 10KB |
| Features | 4 | 5 | 1 |
| Yanked % | 33.3% | 50.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.71.0 | 1.82.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •win_uds leads with a health score of 57/100, but none of the options score above 80.
- •uni-addr has the most downloads (31.9K), suggesting wider adoption.