Skip to main content

Module datum_store

Module datum_store 

Source
Expand description

The DatumStore contract: interning and resolving content-addressed data.

This is protocol the libraries implement; the kernel ships a simple BTreeMap-backed store but defines no persistent storage policy.

Structs§

BTreeDatumStore
In-memory DatumStore backed by a BTreeMap; the kernel default.

Traits§

DatumStore
Contract for interning and resolving content-addressed Datums.