//! Analysis Engine - Memory analysis logic
//!
//! This module provides the AnalysisEngine which is responsible for
//! analyzing memory data and detecting issues like leaks, fragmentation,
// and safety violations.
pub use Analyzer;
pub use DetectorToAnalyzer;
pub use AnalysisEngine;