arti/crates/arti-config/README.md

23 lines
657 B
Markdown
Raw Normal View History

2021-11-29 11:29:28 +00:00
# arti-config
2021-11-29 11:29:28 +00:00
`arti-config`: Tools for configuration management in Arti
## Overview
This crate is part of
[Arti](https://gitlab.torproject.org/tpo/core/arti/), a project to
implement [Tor](https://www.torproject.org/) in Rust.
It provides a client configuration tool using using `serde` and `config`,
plus extra features defined here for convenience.
2022-03-01 13:30:53 +00:00
## ⚠ 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].
[#285]: https://gitlab.torproject.org/tpo/core/arti/-/issues/285
License: MIT OR Apache-2.0