summaryrefslogtreecommitdiff
path: root/crates/tor-persist/README.md
blob: c03cd9e2063083bde2158bbbb01a593bb4d37bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# tor-persist

`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
example) [`FsStateMgr::from_path_and_mistrust()`], but use them primarily via the
interfaces of the [`StateMgr`] trait.

License: MIT OR Apache-2.0