mempill-core 0.2.0

Core engine for mempill — a bi-temporal, append-only claim store with a deterministic adjudication gate and oracle resolution for temporally-correct AI-agent memory
Documentation
1
2
3
4
5
6
7
8
9
10
//! Test support utilities for mempill-core.
//!
//! Gated by `#[cfg(any(test, feature = "test-support"))]`.
//! Not compiled into production builds.

#[cfg(any(test, feature = "test-support"))]
pub mod conformance;

#[cfg(any(test, feature = "test-support"))]
pub mod oracle_conformance;