std.zip

AndyC via Digitalmars-d digitalmars-d at puremagic.com
Sun Jan 25 08:02:33 PST 2015


I was looking at this bug report:

https://issues.dlang.org/show_bug.cgi?id=2138

and sure enough it doesn't handle zipfiles with more than 65K 
files.

and I checked the code and its pretty limited on what it will 
even read.

Which got me to wondering, why reinvent the wheel?  Can std.zip 
use libzip instead of rewriting it?

-Andy


More information about the Digitalmars-d mailing list