trifectatechfoundation / zlib-rs

A safer zlib
zlib License
139 stars 15 forks source link

gzip: make header functions unsafe and document preconditions #235

Closed inahga closed 4 weeks ago

inahga commented 1 month ago

Closes https://github.com/trifectatechfoundation/zlib-rs/issues/210.

inahga commented 1 month ago

Note this is a breaking API change, since a few public functions are now unsafe.