6 releases (breaking)
0.29.0 | Apr 1, 2025 |
---|---|
0.28.0 | Mar 3, 2025 |
0.27.0 | Feb 7, 2025 |
0.26.0 | Jan 7, 2025 |
0.24.0 | Oct 31, 2024 |
#1572 in Asynchronous
2,859 downloads per month
Used in 56 crates
(4 directly)
25KB
392 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
~295–790KB
~17K SLoC