Rust replacement for the miniz deflate/zlib encoder/decoder
This project is organized into a C API shell and a rust crate. The Rust crate is found in the miniz_oxide subdirectory.
The C API is intented to replicate the api exported from miniz.
TODO
bash
$ cargo test
$ ./test.sh
bash
$ cargo bench --features=benching
or to compare to miniz
bash
$ ./travis-after-success.sh
Link against the libminiz_oxide_c_api.a
generated by build.sh
Install fuzzer:
bash
$ cargo install cargo-fuzz
Run fuzzer:
bash
$ ./run_fuzz.sh