arti/crates/tor-persist/README.md

14 lines
417 B
Markdown
Raw Normal View History

# tor-persist
Persistent data storage for use with Tor.
This crate is part of
[Arti](https://gitlab.torproject.org/tpo/core/arti/), a project to
implement [Tor](https://www.torproject.org/) in Rust.
For now, users should construct storage objects directly with (for
2022-05-25 16:37:19 +01:00
example) [`FsStateMgr::from_path_and_mistrust()`], but use them primarily via the
2021-08-12 16:02:50 +01:00
interfaces of the [`StateMgr`] trait.
License: MIT OR Apache-2.0