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
Storage layer with support for asynchronous work and batched operations
Optional storage layer utility functions for debug and test purposes