A tool for analyzing and comparing lossless transforms of bit-packed binary structures.
Install the CLI tool:
cargo install struct-compression-analyzer-cliAnalyze a file with a schema:
struct-compression-analyzer-cli analyze-file --schema schemas/dxt1-block.yaml input.fileAnalyze a directory:
struct-compression-analyzer-cli analyze-directory --schema schemas/dxt1-block.yaml path/to/files/See the struct-compression-analyzer crate documentation for detailed usage and examples.
- struct-compression-analyzer: Core library for analyzing bit-packed structures
- struct-compression-analyzer-cli: Command-line interface
For step-by-step development guidance, see the Developer Manual.
We welcome contributions! See the Contributing Guide for details.
Licensed under GPLv3.