//! 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 SnapshotEngine;
pub use ;
/// Shared reference to SnapshotEngine
pub type SharedSnapshotEngine = ;