Rust: switch on TRAP compression

This commit is contained in:
Paolo Tranquilli
2026-01-07 09:42:36 +01:00
parent 77b0c4bbe4
commit a845fd0a83

View File

@@ -26,9 +26,9 @@ use std::path::{Path, PathBuf};
#[serde(rename_all = "lowercase")]
#[clap(rename_all = "lowercase")]
pub enum Compression {
#[default] // TODO make gzip default
None,
Gzip,
#[default]
Zstd,
}