tor-general-addr

Crates.iotor-general-addr
lib.rstor-general-addr
version
sourcesrc
created_at2024-10-31 14:05:01.591054
updated_at2025-01-07 17:19:01.671616
descriptionGeneralized socket address type used by Tor
homepagehttps://gitlab.torproject.org/tpo/core/arti/-/wikis/home
repositoryhttps://gitlab.torproject.org/tpo/core/arti.git/
max_upload_size
id1430088
Cargo.toml error:TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Nick Mathewson (nmathewson)

documentation

README

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

Commit count: 0

cargo fmt