Crates.io | tor-general-addr |
lib.rs | tor-general-addr |
version | 0.24.0 |
source | src |
created_at | 2024-10-31 14:05:01.591054 |
updated_at | 2024-10-31 14:05:01.591054 |
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 | 24,078 |
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