4 releases
new 0.2.1 | May 5, 2025 |
---|---|
0.2.0 | May 2, 2025 |
0.1.1 | Apr 21, 2025 |
0.1.0 | Apr 20, 2025 |
#520 in Compression
469 downloads per month
240KB
4.5K
SLoC
xzcheck
This program checks if .xz files are valid and can be decoded by the rust xz4rust library without errors.
You can install it via cargo install xzcheck
The program fully decodes the entire .xz file and checks the content hash/checksum.
If it succeeds in decoding the file it exits with code 0 otherwise it exits with code 255 and
prints an error to stderr.