2 releases
new 0.1.1 | Apr 21, 2025 |
---|---|
0.1.0 | Apr 20, 2025 |
#477 in Compression
183 downloads per month
225KB
4K
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.