//! Runtime-neutral observations and loss-aware application reconstruction.
//!
//! Docker and Podman response parsing belongs in separate runtime-specific adapters. Those
//! adapters construct a [`RuntimeSnapshot`] from effective inspection data and pass it to the
//! pure [`RuntimeImporter`]. No daemon, command, file, or process environment is accessed here.
pub use ;
pub use ;
pub use ;