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

Download history 147/week @ 2024-12-25 706/week @ 2025-01-01 819/week @ 2025-01-08 1120/week @ 2025-01-15 1182/week @ 2025-01-22 582/week @ 2025-01-29 2366/week @ 2025-02-05 1015/week @ 2025-02-12 724/week @ 2025-02-19 903/week @ 2025-02-26 594/week @ 2025-03-05 827/week @ 2025-03-12 522/week @ 2025-03-19 715/week @ 2025-03-26 675/week @ 2025-04-02 807/week @ 2025-04-09

2,859 downloads per month
Used in 56 crates (4 directly)

MIT/Apache

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