# gorilla [github](https://github.com/udoprog/gorilla) [crates.io](https://crates.io/crates/gorilla) [docs.rs](https://docs.rs/gorilla) [build status](https://github.com/udoprog/gorilla/actions?query=branch%3Amain) An implementation of Gorilla compression for Rust. This was my first ever Rust project. I've kept it mostly as-is, only following clippy and removing some instances of unsafe. Needless to say, you should *probably* not be using this.