//! Snapshot Engine - Snapshot construction and aggregation
//!
//! This module provides the SnapshotEngine which is responsible for
//! building memory snapshots from event data.
use Arc;
pub use build_snapshot_from_events;
pub use SnapshotEngine;
pub use ;
/// Shared reference to SnapshotEngine
pub type SharedSnapshotEngine = ;