arti/crates/tor-persist
Nick Mathewson d51162e55b Fix a bunch of "needless borrow" warnings on nightly
It looks like, despite a few false starts, they've got this warning
right; there weren't any false positives.
2022-11-18 10:12:05 -05:00
..
src Fix a bunch of "needless borrow" warnings on nightly 2022-11-18 10:12:05 -05:00
Cargo.toml bump rust-version to 1.60 in every crate. 2022-11-10 10:57:33 -05: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