Skip to main content

Module fact_store

Module fact_store 

Source
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§

BTreeFactStore
In-memory FactStore backed by BTreeMaps with a triple index; the kernel default.

Traits§

FactStore
Contract for storing and querying Claims under visibility rules.