I was looking at the code in std.compress
to see if I can figure out how to unzip files from a zip archive, but I get the impression that the tools provided there handle only single file compressed data and not archives with many files. Anyone know if this is possible with the standard library alone and point me to an example?
1 Like