arti/crates/tor-persist
Nick Mathewson 932fe48eaf Run add_warnings. 2022-11-03 11:06:02 -04:00
..
src Run add_warnings. 2022-11-03 11:06:02 -04:00
Cargo.toml Require derive_more 0.99.3 2022-11-03 11:37:23 +00:00
README.md update readmes 2022-05-25 22:25:58 +02:00

README.md

tor-persist

tor-persist: Persistent data storage for use with Tor.

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

For now, users should construct storage objects directly with (for example) [FsStateMgr::from_path_and_mistrust()], but use them primarily via the interfaces of the [StateMgr] trait.

License: MIT OR Apache-2.0