To implement the network protocol I'm working on, I need to compress/decompress 
data using the [deflate](https://en.wikipedia.org/wiki/DEFLATE) algorithm. The 
existing C++ protocol implementation uses zlib for this.

I don't see any zlib wrappers or reimplementations in nimble, but thought I'd 
ask here, to see if anyone has done this already but not published it 
separately as a package. Otherwise I'll start building my own zlib wrapper, and 
eventually publish it to nimble.

Reply via email to