Module readonly_mem

Source
Expand description

Readonly in-memory store.

This can only serve data that is provided at creation time. It is much simpler than the mutable in-memory store and the file system store, and can serve as a good starting point for custom implementations.

It can also be useful as a lightweight store for tests.

Structsยง

ReadonlyMemStore