arti/crates/tor-persist
Nick Mathewson b16c042004 Now that versions have bumped, remove semver.md files. 2022-08-01 10:07:12 -04:00
..
src tor-persist: Resource::Temporary: Mark with cfg 2022-07-18 13:07:30 +01:00
Cargo.toml Bump minor versions on all crates that have had breaking changes. 2022-08-01 09:43:09 -04: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