gmod-lzma-rs

🔮 util.Compress and util.Decompress but for Rust!

MIT License

Downloads
4.9K
Stars
7

🔮 gmod-lzma-rs

util.Compress and util.Decompress but in Rust!

Usage

As a Rust library

Add to your Cargo.toml file:

[dependencies]
gmod-lzma = "*"

As a binary

You can download a binary from the releases page.

Usage: gmod_lzma (-c | --compress) [-l | --level <level>] <input> <output>
       gmod_lzma (-d | --decompress) <input> <output>

Building

Firstly, install Rust.

Then, run the following commands:

git clone https://github.com/WilliamVenner/gmod-lzma-rs.git
cd gmod-lzma-rs
cargo build --release

Your binary can be found in gmod-lzma-rs/target/release/