5 releases (breaking)

new 0.24.0 Oct 31, 2024
0.23.0 Sep 30, 2024
0.22.0 Sep 3, 2024
0.21.0 Aug 1, 2024
0.20.0 Jun 27, 2024

#2298 in Network programming

Download history 3/week @ 2024-07-07 103/week @ 2024-07-28 10/week @ 2024-08-04 13/week @ 2024-08-11 1/week @ 2024-08-18 1/week @ 2024-08-25 144/week @ 2024-09-01 12/week @ 2024-09-08 10/week @ 2024-09-15 15/week @ 2024-09-22 174/week @ 2024-09-29 18/week @ 2024-10-06 15/week @ 2024-10-13 10/week @ 2024-10-20

217 downloads per month
Used in 2 crates (via arti)

MIT/Apache and maybe LGPL-3.0-only

3MB
49K SLoC

arti-relay

A relay implementation that can join the Tor network and act as a relay.

This crate is the reference implementation of a Tor relay for the Arti project implementing Tor in Rust.

⚠️ Warning! ⚠️

This is currently in very active development and thus highly experimental. No guarantees that this binary can run or work correctly. In other words, this is very unstable and can change at anytime.

There is even no guarantee at this point that the binary will keep this arti-relay name.

Compile-time features

  • full -- Build with all features above, along with all stable additive features from other arti crates. (This does not include experimental features. It also does not include features that select a particular implementation to the exclusion of another, or those that set a build flag.)

  • async-std -- Use the async-std runtime library as our backend. This feature has no effect unless building with --no-default-features to disable tokio.

  • rustls (default) -- Build with the rustls TLS backend. This is not included in full, since it uses the ring crate, which uses the old (3BSD/SSLEay) OpenSSL license, which may introduce licensing compatibility issues.

  • tokio (default): Use the tokio runtime library as our backend.

Dependencies

~24–41MB
~674K SLoC