Module storage

Source
Expand description

Methods for storing and loading directory information from disk.

We have code implemented for a flexible storage format based on sqlite.

Modules§

sqlite 🔒
Net document storage backed by sqlite3.

Structs§

BridgeConfig 🔒 bridge-client
A relay not listed on the main tor network, used for anticensorship.
CachedBridgeDescriptor 🔒
Value in the bridge descriptor cache
DocumentText
A document returned by a directory manager.
ExpirationConfig 🔒
Configuration of expiration of each element of a Store.

Enums§

InputString 🔒
An abstraction over a possible string that we’ve loaded or mapped from a cache.

Constants§

EXPIRATION_DEFAULTS 🔒
Configuration of expiration shared between Store implementations.

Traits§

Store 🔒
Representation of a storage.

Type Aliases§

DynStore 🔒
Convenient Sized & dynamic Store