Hi everyone,
I'm writing a library for reading and writing Zip archives in Rust, as a
learning project, and I would love to hear what you think about it.
https://github.com/slackito/zip
At the moment, the only things you can do with it are listing the
contents of an archive and extract files from it (as long as they are
either uncompressed or deflated, the flate module came in handy :D), but
I'm planning on adding write support soon, and then decide if I want to
support more advanced features such as ZIP64, more compression methods,
etc, or move to another thing.
As I said, I'm learning Rust as I code this, so any kind of feedback is
welcome.
Regards,
Jorge
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev