arti/crates/tor-persist
Nick Mathewson 647d4410bb Fix clippy::significant_drop_in_scrutinee warnings
This is apparently a new warning from clippy nightly, documented in
https://rust-lang.github.io/rust-clippy/master/index.html#significant_drop_in_scrutinee .

I'm not in love with the temporary variables that this warning wants
me to introduce, but it does seem like a decent way to avoid some
kinds of deadlock.
2022-06-15 11:52:30 -04:00
..
src Fix clippy::significant_drop_in_scrutinee warnings 2022-06-15 11:52:30 -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