arti/tor-persist
Nick Mathewson 92501895fd Fix a few things that the "typos" tool didn't like. 2021-08-20 12:11:28 -04:00
..
src Fix a few things that the "typos" tool didn't like. 2021-08-20 12:11:28 -04:00
Cargo.toml Upgrade to latest fslock and use its per-fd exclusion feature. 2021-08-11 07:15:08 -04:00
README.md Fix documentation link issues. 2021-08-12 11:02:50 -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()], but use them primarily via the interfaces of the [StateMgr] trait.

License: MIT OR Apache-2.0