zerocast-rs is a Rust implementation of zerocast.
# help (aliases: --help, -h)
zerocast help
# compress
zerocast compress <input_path> [output_path]
# decompress
zerocast decompress <input_path> [output_path]
# version (aliases: --version, -v)
zerocast version# build
cargo build
# build release
cargo build --release
# install
cargo install --path .This project is licensed under the MIT License .