#lzma #valid #xz #xzcheck

app xzcheck

Command line utility to check if .xz are valid

2 releases

new 0.1.1 Apr 21, 2025
0.1.0 Apr 20, 2025

#477 in Compression

Download history 183/week @ 2025-04-16

183 downloads per month

MIT license

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.

Dependencies