29 releases (13 breaking)

0.17.0 Apr 2, 2024
0.12.1 Mar 4, 2024
0.12.0 Feb 5, 2024
0.10.0 Dec 4, 2023
0.0.0 Jun 24, 2021

#720 in Network programming

Download history 186/week @ 2023-12-20 136/week @ 2023-12-27 183/week @ 2024-01-03 437/week @ 2024-01-10 336/week @ 2024-01-17 135/week @ 2024-01-24 195/week @ 2024-01-31 219/week @ 2024-02-07 196/week @ 2024-02-14 245/week @ 2024-02-21 1433/week @ 2024-02-28 1172/week @ 2024-03-06 927/week @ 2024-03-13 1456/week @ 2024-03-20 797/week @ 2024-03-27 740/week @ 2024-04-03

4,040 downloads per month
Used in 24 crates (9 directly)

MIT/Apache

2MB
25K 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

~26MB
~475K SLoC