//! Audit event domain types and pure functions.
//!
//! This module defines the append-only audit event model, state materialization,
//! reconciliation diff logic, and the writer trait. All types are storage-agnostic;
//! concrete writers live in `ito-core`.
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;