Crate tor_dircommon

Crate tor_dircommon 

Source
Expand description

§tor-dircommon

Common primitives for crates implementing the Tor directory specification.

§Overview

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

In Tor, there is a certain set of technologies related to the directory specifcation. These technologies need to be accessed by several crates. In order to avoid circular dependencies or long supply-chains, this crate serves the purpose to implement the primitives making up the lowest common denominator for all such crates.

License: MIT OR Apache-2.0

Modules§

authority
Information about directory authorities
config
Types for managing directory configuration.
fallback
List of directories that ships with Tor, for initial directory operations.
retry
Configure timers for a timer for retrying a single failed fetch or object.