arti/crates/tor-persist
Ian Jackson b7de46958d tor-persist: Resource::Temporary: Mark with cfg
Without this, some builds get a "variant is never constructed" warning.
2022-07-18 13:07:30 +01:00
..
src tor-persist: Resource::Temporary: Mark with cfg 2022-07-18 13:07:30 +01:00
Cargo.toml tor-persist: Big refactoring on Error type. 2022-07-06 11:47:17 -04:00
README.md update readmes 2022-05-25 22:25:58 +02:00
semver.md tor-persist: Big refactoring on Error type. 2022-07-06 11:47:17 -04: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