39 releases (23 breaking)

new 0.27.0 Feb 7, 2025
0.25.0 Dec 2, 2024
0.24.0 Oct 31, 2024
0.20.0 Jun 27, 2024
0.0.0 Jun 24, 2021

#1947 in Network programming

Download history 1119/week @ 2024-10-18 1056/week @ 2024-10-25 2237/week @ 2024-11-01 1103/week @ 2024-11-08 2415/week @ 2024-11-15 1505/week @ 2024-11-22 2460/week @ 2024-11-29 2390/week @ 2024-12-06 2199/week @ 2024-12-13 1069/week @ 2024-12-20 874/week @ 2024-12-27 1405/week @ 2025-01-03 1561/week @ 2025-01-10 1506/week @ 2025-01-17 1383/week @ 2025-01-24 773/week @ 2025-01-31

5,440 downloads per month
Used in 47 crates (12 directly)

MIT/Apache and maybe LGPL-3.0-only

2MB
23K SLoC

tor-netdir

Represents a clients'-eye view of the Tor network.

Overview

The tor-netdir crate wraps objects from tor-netdoc, and combines them to provide a unified view of the relays on the network. It is responsible for representing a client's knowledge of the network's state and who is on it.

This crate is part of Arti, a project to implement Tor in Rust. Its purpose is to expose an abstract view of a Tor network and the relays in it, so that higher-level crates don't need to know about the particular documents that describe the network and its properties.

There are two intended users for this crate. First, producers like tor-dirmgr create NetDir objects fill them with information from the Tor network directory. Later, consumers like tor-circmgr use NetDirs to select relays for random paths through the Tor network.

Limitations

Only modern consensus methods and microdescriptor consensuses are supported.

License: MIT OR Apache-2.0

Dependencies

~21–32MB
~484K SLoC