zip-rs-wasm/benches
Danny McClanahan ea308499af
bulk parsing and bulk writing
- 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
2024-05-24 07:52:25 -04:00
..
merge_archive.rs style: Remove unnecessary "mut"s in merge_archive benchmarks 2024-05-05 19:39:13 -07:00
read_entry.rs cargo fmt --all 2024-04-19 18:52:45 -07:00
read_metadata.rs bulk parsing and bulk writing 2024-05-24 07:52:25 -04:00