memorysafety / zlib-rs

A safer zlib
zlib License
75 stars 6 forks source link

zlib-rs: a safer zlib

This repository contains a Rust implementation of the zlib file format that is compatible with the zlib API.

This repository contains two public crates:

Acknowledgement

This project is heavily based on the zlib and zlib-ng projects.