//! Core functionality for memory integrity monitoring
//!
//! This module contains the fundamental building blocks:
//! - `mapper`: Memory segment enumeration and mapping
//! - `hasher`: Page hashing and Merkle tree construction
//! - `monitor`: Integrity monitoring and verification loop
//! - `signals`: Signal and exception handling
//! - `forensics`: Snapshot and analysis tools