pub fn warn_mismatch(path: &str, declared: Compression)Available on crate feature
compression only.Expand description
Log a one-shot warning when the explicit codec disagrees with the
filename’s detected codec. Deduplicates per (path, declared) pair across
the whole process so a million-object scan does not flood logs.