#tor #async #download #tor-arti

tor-dirclient

Downloads specific Tor network directory objects over the Tor network

49 releases (breaking)

Uses new Rust 2024

0.37.0 Dec 2, 2025
0.36.0 Oct 30, 2025
0.35.0 Oct 6, 2025
0.32.0 Jul 8, 2025
0.0.0 Jun 24, 2021

#1186 in Network programming

Download history 2279/week @ 2025-09-14 2407/week @ 2025-09-21 3200/week @ 2025-09-28 2967/week @ 2025-10-05 3499/week @ 2025-10-12 3004/week @ 2025-10-19 3684/week @ 2025-10-26 3614/week @ 2025-11-02 2709/week @ 2025-11-09 3038/week @ 2025-11-16 4018/week @ 2025-11-23 4851/week @ 2025-11-30 2566/week @ 2025-12-07

14,742 downloads per month
Used in 57 crates (4 directly)

MIT/Apache and maybe LGPL-3.0-only

4MB
68K SLoC

tor-dirclient

Implements a minimal directory client for Tor.

Overview

Tor makes its directory requests as HTTP/1.0 requests tunneled over Tor circuits. For most objects, Tor uses a one-hop tunnel. Tor also uses a few strange and ad-hoc HTTP headers to select particular functionality, such as asking for diffs, compression, or multiple documents.

This crate provides an API for downloading Tor directory resources over a Tor circuit.

This crate is part of Arti, a project to implement Tor in Rust.

Features

xz -- enable XZ compression. This can be expensive in RAM and CPU, but it saves a lot of bandwidth. (On by default.)

zstd -- enable ZSTD compression. (On by default.)

routerdesc -- Add support for downloading router descriptors.

License: MIT OR Apache-2.0

Dependencies

~33–70MB
~1M SLoC