| Crates.io | tor-general-addr |
| lib.rs | tor-general-addr |
| version | 0.34.0 |
| created_at | 2024-10-31 14:05:01.591054+00 |
| updated_at | 2025-08-28 21:07:50.458469+00 |
| description | Generalized socket address type used by Tor |
| homepage | https://gitlab.torproject.org/tpo/core/arti/-/wikis/home |
| repository | https://gitlab.torproject.org/tpo/core/arti.git/ |
| max_upload_size | |
| id | 1430088 |
| size | 28,547 |
Generalized address type used within Arti
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