Expand description
The FactStore contract: storing and querying claims under visibility.
This is protocol the libraries implement; the kernel ships a BTreeMap-
backed store and defines the capability-gated read rules, not the
persistence strategy.
Structs§
- BTree
Fact Store - In-memory
FactStorebacked byBTreeMaps with a triple index; the kernel default.