In this commit gzip was removed from the std with no where else to be addded as far as I can tell, what is the reason for that or am I missing something?
#Where did gzip go?
1 messages · Page 1 of 1 (latest)
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