Rust: fix compression option description

This commit is contained in:
Paolo Tranquilli
2025-05-28 16:48:02 +02:00
parent fd00ed502d
commit c8f5e26200

View File

@@ -23,8 +23,9 @@ options:
title: Controls compression for the TRAP files written by the extractor.
description: >
This option is only intended for use in debugging the extractor. Accepted
values are 'gzip' (the default, to write gzip-compressed TRAP) 'zstd' (to
write Zstandard-compressed TRAP) and 'none' (to write uncompressed TRAP).
values are 'gzip' (to write gzip-compressed TRAP) 'zstd' (to write
Zstandard-compressed TRAP) and 'none' (the default, to write uncompressed
TRAP).
type: string
pattern: "^(none|gzip|zstd)$"
cargo_target_dir: