Crate engula_storage[][src]

Expand description

An Engula module that provides object storage abstractions and implementations.

Abstraction

Storage is an abstraction to store data objects.

Implementation

Some built-in implementations of Storage:

Modules

A Storage implementation that stores data in local files.

A Storage implementation that interacts with gRPC storage service.

A Storage implementation that stores data in memory.

Enums

Errors for all storage operations.

Traits

An interface to manipulate a bucket.

An interface to manipulate a storage.

Type Definitions

Attribute Macros