Skip to main content

Crate nibli_store

Crate nibli_store 

Source
Expand description

Persistent disk-backed knowledge base store for Nibli.

Uses redb (pure Rust, ACID, embedded key-value store) with postcard serialization. The store persists FactRecords to disk with soft-delete (tombstone) retraction.

Modules§

typed_store
Persistent typed fact store (StoredFact → redb) with lazy loading. Persistent fact store backed by redb.

Structs§

NibliStore
Persistent fact store backed by redb.
StoredFactRecord
A fact record persisted to disk.

Enums§

StoreError
Store error type.
StoredAssertion
Assertion type for nibli-host (WASM host) persistence.
StoredLogicalTerm
A logical term, mirroring WIT logical-term for serialization.