Skip to main content

Module storage

Module storage 

Source
Expand description

Storage abstraction for hypotheses

Provides trait-based storage with in-memory implementation for testing. Future implementations can use SQLiteGraph or other backends.

Structs§

InMemoryHypothesisStorage
In-memory storage for testing

Traits§

HypothesisStorage
Storage trait for hypotheses (allows test mocks)