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
//! 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"))]pubmodconformance;#[cfg(any(test, feature ="test-support"))]pubmodoracle_conformance;