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§
- InMemory
Hypothesis Storage - In-memory storage for testing
Traits§
- Hypothesis
Storage - Storage trait for hypotheses (allows test mocks)