// compress/src/lib.rs
/// **Introspection / emit marker** — record one functional-status row for the
/// nornir test matrix. Wraps `nornir_testmatrix::functional_status` behind the
/// `testmatrix` feature (a compiled-out `#[inline]` no-op otherwise, with no
/// nornir dep in the default build). The slot / stream packers call this at each
/// `run_ordered_sink` completion so `nornir test --features testmatrix` SEES the
/// ordered-sink compress path's health. Defined only under the feature — every
/// call site is itself `#[cfg(feature = "testmatrix")]`.
pub
pub use compress_dir;
pub use ;