Expand description
Shared behavioral checks for MemoryProvider implementations.
Backend crates should call these helpers from integration tests so every
persistence layer honors the same contract. See
cel-memory-sqlite/tests/swap.rs
for a downstream example.
Functionsยง
- assert_
write_ get_ stats - Minimal contract every backend must satisfy: write a chunk, read it back, and report coherent stats.