#Where did gzip go?

1 messages · Page 1 of 1 (latest)

heady topaz
hoary lark
#

i guess because it's not used by the compiler or any other part of std, and it's a pretty thin wrapper over deflate so it's easy enough for stuff that needs it to reimplement it themselves

worthy rampart
#

gzip is a container format for DEFLATE, which you can choose when initializing a flate compressor/decompressor

#

same with zlib

hoary lark
#

oh, it moved into flate? neat

#

oh ofc, yeah, package manager needs it duh