#[cfg(feature = "testmatrix")]
#[inline]
pub(crate) fn functional_status(component: &str, check: &str, ok: bool, detail: &str) {
nornir_testmatrix::functional_status(component, check, ok, detail);
}
pub mod slot_packer;
pub mod stream_packer;
pub use slot_packer::{compress_dir, compress_dir_with_policy};
pub use stream_packer::{
compress_stream, compress_stream_with_policy, compress_stream_with_sink,
compress_stream_with_sink_and_policy, ArchiveEntry, StreamCompressor,
};
pub use znippy_common::precompressed::{ContentHint, SkipPolicy};