xzcheck

Crates.ioxzcheck
lib.rsxzcheck
version
sourcesrc
created_at2025-04-20 19:50:41.222632+00
updated_at2025-05-05 22:28:02.778273+00
descriptionCommand line utility to check if .xz are valid
homepage
repository
max_upload_size
id1641966
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Alexander Schütz (AlexanderSchuetz97)

documentation

README

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.

Commit count: 0

cargo fmt