//! The materialiser: turn committed output into the served view.
//!
//! The materialiser reads the committed-output plane and *is* the served
//! history, applying every output to a sink and persisting each before it
//! acknowledges. The output plane alone defines the record.
pub use ;
pub use MemorySink;
pub use ;
pub use ;