forked from zip-rs/zip-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- use blocks for reading individual file headers - remove unnecessary option wrapping for stream entries - create Block trait - add coerce method to reduce some boilerplate - add serialize method to reduce more boilerplate - use to_le! and from_le! - add test case - add some docs - rename a few structs to clarify zip32-only
- Loading branch information
1 parent
c06e8d6
commit 657f0c3
Showing
7 changed files
with
1,124 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.