Module akd::storage

source · []
Expand description

Storage module for a auditable key directory

Modules

This module contains an in-memory database for the AKD library as well as an in-memory implementation which contains some caching implementations for benchmarking

This module implements a basic async timed cache

A simple in-memory transaction object to minize data-layer operations

Various storage and representation related types

Traits

Storable represents an item which can be stored in the storage layer

Updated storage layer with better support of asynchronous work and batched operations