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§
- BTree
Datum Store - In-memory
DatumStorebacked by aBTreeMap; the kernel default.
Traits§
- Datum
Store - Contract for interning and resolving content-addressed
Datums.