36 releases (20 breaking)

new 0.24.0 Oct 31, 2024
0.22.0 Sep 3, 2024
0.20.0 Jun 27, 2024
0.12.1 Mar 4, 2024
0.0.0 Jun 24, 2021

#1940 in Network programming

Download history 453/week @ 2024-07-13 760/week @ 2024-07-20 1329/week @ 2024-07-27 1305/week @ 2024-08-03 1196/week @ 2024-08-10 1110/week @ 2024-08-17 1533/week @ 2024-08-24 1872/week @ 2024-08-31 1448/week @ 2024-09-07 1215/week @ 2024-09-14 1366/week @ 2024-09-21 1582/week @ 2024-09-28 1029/week @ 2024-10-05 935/week @ 2024-10-12 1125/week @ 2024-10-19 1123/week @ 2024-10-26

4,366 downloads per month
Used in 38 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