Module store

Module store 

Source
Expand description

DAG storage trait and implementations.

The DAGStore provides content-addressed storage for Merkle nodes, tracking heads (nodes without children) automatically.

Structs§

DAGStats
Statistics about a DAG.
MemoryDAGStore
In-memory implementation of DAGStore.

Enums§

DAGError
Errors that can occur during DAG operations.

Traits§

DAGStore
Trait for content-addressed DAG storage.