Module memory

Source
Expand description

In-memory implementation of the StorageAdaptor trait.

This module provides a simple in-memory storage adaptor for testing and ephemeral use cases, along with a reusable test suite for validating any StorageAdaptor implementation.

Structsยง

MemoryStorageAdaptor
In-memory storage adaptor for testing and simple use cases.