17 breaking releases
Uses new Rust 2024
| 0.41.0 | Mar 30, 2026 |
|---|---|
| 0.39.0 | Feb 2, 2026 |
| 0.37.0 | Dec 2, 2025 |
| 0.36.0 | Oct 30, 2025 |
| 0.24.0 | Oct 31, 2024 |
#1670 in Asynchronous
26,704 downloads per month
Used in 80 crates
(6 directly)
25KB
398 lines
tor-general-addr
Generalized address type used within Arti
Overview
This crate provides a generalization
of std::net::SocketAddr and std::os::unix::net::SocketAddr
for cases where an application to needs to bind or connect
to both of them interchangeably.
It also provides a stub, uninhabited version of
std::os::unix::net::SocketAddr for platforms that lack it.
License: MIT OR Apache-2.0
Dependencies
~210–660KB
~14K SLoC