arti/crates/tor-persist
Orhun Parmaksız bfd41ddb5f
Lexically sort Cargo.toml dependencies
Utilize cargo-sort: https://github.com/DevinR528/cargo-sort

Signed-off-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2022-05-28 20:05:51 +03:00
..
src Remove some stray dbg!() calls. 2022-05-26 09:59:48 -04:00
Cargo.toml Lexically sort Cargo.toml dependencies 2022-05-28 20:05:51 +03: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