Crates.io | gorilla |
lib.rs | gorilla |
version | 0.2.1 |
source | src |
created_at | 2023-03-14 23:12:37.431973 |
updated_at | 2023-03-22 13:06:25.693942 |
description | An implementation of Gorilla compression for Rust |
homepage | https://github.com/udoprog/gorilla |
repository | https://github.com/udoprog/gorilla |
max_upload_size | |
id | 810305 |
size | 20,125 |
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.