Commit graph

21 commits

Author SHA1 Message Date
Chris Hennick
e9d48b7333
style: Remove unnecessary "mut"s in merge_archive benchmarks 2024-05-05 19:39:13 -07:00
Chris Hennick
d663b31fb2
chore: Fix: don't feature-gate all of merge_archive.rs, only the parts that use compression 2024-05-03 11:49:09 -07:00
Chris Hennick
cb6f87bc02
chore: Fix a pre-existing failure 2024-05-03 11:43:41 -07:00
Danny McClanahan
e42ff64449
add merge_archive benchmarks 2024-05-02 00:25:05 -04:00
Chris Hennick
e4d0a0228a
cargo fmt --all 2024-04-19 18:52:45 -07:00
Chris Hennick
174825229c
Change crate name to "zip" per https://github.com/zip-rs/zip/issues/446#issuecomment-2063837388 2024-04-19 18:50:27 -07:00
Wyatt Herkamp
61afe4dad9
Added ExtendedFileOptions 2024-04-15 16:32:07 -04:00
Chris Hennick
2407ef95c6
Fixes and refactors for no-features build 2023-05-30 18:17:59 -07:00
Chris Hennick
255cfaf261
Add flush_on_finish_file parameter 2023-05-26 17:22:53 -07:00
Chris Hennick
bf0ad491c0
Bug fix 2023-05-13 14:02:34 -07:00
Chris Hennick
98d37c8b77
Fix more formatting issues (sort imports) 2023-04-23 15:26:00 -07:00
Chris Hennick
06b5ceaef9
Fix another formatting issue 2023-04-23 15:19:19 -07:00
Chris Hennick
6dc099d128
Fix more formatting issues 2023-04-23 15:12:56 -07:00
Chris Hennick
d3400509bc
Fix formatting issues from cargo fmt 2023-04-23 14:58:10 -07:00
Chris Hennick
cde5d5ed11
Implement shallow copy from within the file being written 2023-04-23 14:33:10 -07:00
Kyle Bloom
03f5009c34 fix: Clippy uninlined format args 2023-01-31 17:29:34 +00:00
Pieter-Jan Briers
621971f078 Use some ::with_capacity when reading zip file.
Now with a proper benchmark
2022-04-11 16:17:20 +02:00
Emmanuel Gil Peyrot
b031ab75bd Use getrandom instead of rand for benches
The current code didn’t build, and this one includes fewer dependencies
than the full rand set of crates.
2021-09-06 23:42:14 +02:00
Ryan Levick
ebb07348ee Run cargo fmt 2020-06-15 10:44:39 +02:00
Lachezar Lechev
29517e9a6b
run cargo fix --edition-idioms and manually fix other things 2019-11-11 09:20:31 +02:00
Sam Rijs
2b42b0219b add read_entry benchmark 2018-11-13 23:55:59 +11:00