[][src]Module acid_store::repo

High-level abstractions for data storage.

Structs

ContentId

A value that uniquely identifies the contents of an object.

Object

A handle for accessing data in a repository.

ObjectRepository

A persistent object store.

RepositoryConfig

The configuration for an repository.

RepositoryInfo

Information about a repository.

RepositoryStats

Statistics about a repository.

Enums

Compression

A data compression method.

Encryption

A data encryption method.

LockStrategy

A strategy for handling a repository which is already locked.

ResourceLimit

A limit on the resources used by a key derivation function.

Traits

Key

A type which can be used as a key in an ObjectRepository.