Crate tor_persist

source ·
Expand description

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

Structs

  • An error that occurred while manipulating persistent state.
  • FsStateMgrNon-WebAssembly
    Implementation of StateMgr that stores state as JSON files on disk.
  • A state manager for testing support, that allows simulating persistence without having to store anything to disk.

Enums

Traits

  • An object that can manage persistent state.
  • A handle to a storage system that stores objects of a single type to a single location.

Type Definitions