arti/crates/arti-config
Nick Mathewson b60b0a266a Bump every crate's edition to 2021.
This is an automated change made with a perl one-liner and verified
with grep -L and grep -l.

Some warnings are introduced with this change; they will be removed
in subsequent commits.

See arti#208 for older discussion on this issue.
2022-04-25 13:05:31 -04:00
..
src Use a lower default for max_retries. 2022-03-30 14:22:28 -04:00
Cargo.toml Bump every crate's edition to 2021. 2022-04-25 13:05:31 -04:00
README.md Update README.md files from rustdoc. 2022-03-01 08:30:53 -05:00

README.md

arti-config

arti-config: Tools for configuration management in Arti

Overview

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

It provides a client configuration tool using using serde and config, plus extra features defined here for convenience.

⚠ Stability Warning ⚠

The design of this crate, and of the configuration system for Arti, is likely to change significantly before the release of Arti 1.0.0. For more information see ticket #285.

License: MIT OR Apache-2.0