JuliaIO / GZip.jl

A Julia interface for gzip functions in zlib
https://juliaio.github.io/GZip.jl/dev
MIT License
39 stars 30 forks source link

Try to use zlib-ng #104

Open ViralBShah opened 1 year ago

ViralBShah commented 1 year ago

One showstopper that needs workign through is that gzgetc is a macro in zlib-ng and there's no gzgetc_ function.