dig-blockstore 0.1.1

DIG L2 block persistence — RocksDB-backed block store with canonical chain indexing
Documentation
1
2
3
4
5
6
7
//! In-memory caching layer (sharded LRU + startup warming).
//!
//! **Normative:** [`STR-002`](../../docs/requirements/domains/crate_structure/specs/STR-002.md).
//! **Behavior:** [`CAC-001`…`CAC-006`](../../docs/requirements/domains/caching/NORMATIVE.md).

pub mod sharded;
pub mod warming;