Majored / rs-async-zip

An asynchronous ZIP archive reading/writing crate.
MIT License
123 stars 40 forks source link

Fix for 32bit platforms. Fix for large zip64 archives. #116

Closed Snarpix closed 6 months ago

Snarpix commented 6 months ago

Hello!

This PR fixes problems with usize on 32bit systems(WASM) Also it fixes problems with local header offset in zip64 archives that are more than 4 gb size.

Snarpix commented 6 months ago

I have fixed formatting and clippy warnings