//! Memory-dump mounting (the `MemProcFS` / `MemNixFS` paradigm): a second
//! `ForensicFs` provider backed by memf's analysis library, exposing a memory
//! dump's `proc/`, `sys/`, and `forensic/` views as a browsable filesystem.
//!
//! See ADR `docs/decisions/0003-memory-dump-mounting.md` (architecture) and
//! `docs/plans/memory-mounting-roadmap.md` (remaining phases). This module is built
//! only under the `memory` feature. Phase 0 extracted memf's analysis bootstrap
//! into the `memf-session` library crate so 4n6mount can drive it headlessly;
//! later phases add the synthetic tree and lazy artifact rendering.