Gzip decompression in 250 lines of Rust (opens in new tab)
i wanted to have a deeper understanding of how compression actually works, so i wrote a gzip decompressor from scratch. the result is about 250 lines of rust that can decompress gzip from a file or stdin.
Read the original article