arti/crates/tor-config
Nick Mathewson 40ff7113d4 Make every Config type implement Eq.
Doing this is necessary for reconfiguration support, and will help a lot
with testing, too.
2021-11-21 12:06:15 -05:00
..
src Make every Config type implement Eq. 2021-11-21 12:06:15 -05:00
Cargo.toml Move top-level configuration downwards from `arti` to `arti-config`. 2021-11-18 11:37:48 -05:00
README.md Move top-level configuration downwards from `arti` to `arti-config`. 2021-11-18 11:37:48 -05:00

README.md

tor-config

tor-config: Tools for configuration management in Arti

Overview

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

It provides low-level types for handling configuration values.

License: MIT OR Apache-2.0