Harry

Results 42 comments of Harry

@Nemo157 I assume you wouldn't want to change the semantics of the current `into_inner()` implementations, so do you have any preference for the naming of a new one? `into_inner_finish()` `finish_and_into_inner()`...

Thank you very much. :) I wasn't planning to include encryption in actual versions of the crate for a fair while, but I could certainly make a branch to start...

Would you be able to elaborate on this a bit more? I've been struggling for a while to come up with a decent API for this crate. The current one...

This is something I'd be interested in but wasn't going to personally tackle until way down the line (ie. I'm focusing on spec compliance primarily). So a PR for this...

Would you be comfortable sending over the p4k file you're using so I could have a quick look? Obviously don't bother if it's got anything personal in it. Having a...

All downloaded, thanks. Will look into it in a few hours.

It's using the ZIP64 spec extension so that would explain the 0xFFFF....'s, since the spec sets the unused fields in the end of central directory header to that. So the...

Just from looking at the end of the file and noticing that there were two PK zip signatures when a normal ZIP would only have one (the end of central...

The main issue I see here is that the specification doesn't actually outline any support for storing permissions, so this isn't something I want to directly tackle with this crate....

I've adapted the previously-merged solution a bit further - we now have a `ZipEntryBuilder` that allows direct access to the external file attribute which I previously mentioned wanting. This type...