使用 Zstandard 压缩来压缩 / 解压文件。 更多信息:https://github.com/facebook/zstd.
.zst
zstd {{file}}
zstd --decompress {{file.zst}}
stdout
zstd --decompress --stdout {{file.zst}}
zstd -{{level}} {{file}}
zstd --ultra -{{level}} {{file}}