arti/tor-persist
Nick Mathewson d01d9643f0 Don't try to lock an already-locked lockfile.
Also, remove a dbg
2021-08-09 10:06:41 -04:00
..
src Don't try to lock an already-locked lockfile. 2021-08-09 10:06:41 -04:00
Cargo.toml Initial persistent-state-manager code. 2021-08-06 16:39:50 -04:00
README.md Initial persistent-state-manager code. 2021-08-06 16:39: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::new()], but use them primarily via the interfaces of the [Statemgr] trait.

License: MIT OR Apache-2.0