arti-client: Add stability warning to config module

This commit is contained in:
Ian Jackson 2022-03-01 11:30:20 +00:00
parent 5610cec095
commit d80f3198ea
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,15 @@
//! Types and functions to configure a Tor client.
//!
//! Some of these are re-exported from lower-level crates.
//!
/// # ⚠ Stability Warning ⚠
///
/// The design of this structure, and of the configuration system for
/// Arti, is likely to change significantly before the release of Arti
/// 1.0.0. The layout of options within this structure is also likely
/// to change. For more information see ticket [#285].
///
/// [#285]: https://gitlab.torproject.org/tpo/core/arti/-/issues/285
use derive_builder::Builder;
use serde::Deserialize;