Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.22 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.22 KB

checks codecov Crates.io

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:

  • zlib-rs, a Rust implementation based on zlib with a safe rust API
  • libz-rs-sys, a zlib-compatible C API for usage in non-Rust applications

Acknowledgement

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

About

zlib-rs is part of Trifecta Tech Foundation's Data compression initiative.

History

The initial development of zlib-rs was started and funded by the Internet Security Research Group as part of the Prossimo project.