Skip to main content

Crate mangle_common

Crate mangle_common 

Source
Expand description

§Mangle FactStore

Defines core storage interfaces (Store, Host) and a legacy in-memory storage implementation.

Structs§

TableStoreImpl

Enums§

TableConfig

Traits§

FactStore
A fact store that can be mutated. Implementations must make use of interior mutability.
ReadOnlyFactStore
Lifetime ’a is used for data held by this store.
Receiver

Functions§

get_all_facts
Invokes cb for every fact in the store.

Type Aliases§

TableStoreSchema