Commit graph

105 commits

Author SHA1 Message Date
Chris Hennick
c8d1cb905f
Merge branch 'master' into utf8_extra_fields 2024-06-02 17:52:04 -07:00
Chris Hennick
2a131e67a9
fix: Use deflate-flate2 flag to guard import 2024-06-02 17:29:49 -07:00
Chris Hennick
e3c81023a7
fix: Decode Zip-Info UTF8 name and comment fields (#159) 2024-06-02 11:52:20 -07:00
Chris Hennick
1cb0e1b3b7
refactor: Eliminate deprecation warning when --all-features implicitly enables the deprecated feature 2024-05-15 17:13:20 -07:00
Chris Hennick
819f86537c
refactor: Remove unnecessary #[cfg] attributes 2024-05-15 15:31:17 -07:00
Johannes Löthberg
d096e4dbf1
Add support for writing AES-encrypted files
Signed-off-by: Johannes Löthberg <johannes.loethberg@elokon.com>
2024-05-06 16:37:05 +02:00
Chris Hennick
3ccaa3cc85
style: cargo fmt --all & #![allow(dead_code)] 2024-05-03 19:51:23 -07:00
Chris Hennick
de95acc543
style: allow conditionally-unused variables in write_dir.rs 2024-05-03 19:49:33 -07:00
Chris Hennick
c4906cfd59
Merge remote-tracking branch 'allilo/add_compression_algo_arg' into oldpr452
# Conflicts:
#	Cargo.toml
#	examples/write_dir.rs
2024-05-03 19:44:55 -07:00
Allison Lo
1852e96192
Prelim changes to write_dir
Remove old code and fix match statement

Edit arg names and use PathBuf and Path

Fix path ordering

Fix enum names

Add clap as a dev dependency

Pin clap version
2024-05-03 17:19:30 -07:00
Chris Hennick
9442a639fb
Merge branch 'master' into oldpr384 2024-05-03 11:57:18 -07:00
Chris Hennick
731c8058dc
style: cargo fmt --all 2024-05-02 19:29:25 -07:00
Chris Hennick
28c2eb59e7
chore: Fix error by cfg-guarding the declaration of filename and not just its use 2024-05-02 18:32:20 -07:00
Chris Hennick
63793a32ff
chore: Fix errors by moving use statements inside the cfg-guarded function that uses them 2024-05-02 18:04:05 -07:00
Chris Hennick
8fa3ebb343
style: Fix cargo fmt warning
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 17:41:49 -07:00
Chris Hennick
b7cce8a296
doc(examples): fix type mismatch
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 17:09:26 -07:00
Chris Hennick
468f314b29
doc(examples): fix typo
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 15:38:55 -07:00
Chris Hennick
90b646b202
doc(examples): Fix missing piece from previous commit
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 14:55:40 -07:00
Chris Hennick
7355c51f93
doc(examples): Fix errors
main() will still exist without a deflate cfg, it just won't do anything.

Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 13:47:36 -07:00
Chris Hennick
855d57610c
style: Fix unused warnings by making the entire file cfg-dependent 2024-05-02 13:35:08 -07:00
Chris Hennick
08d30e976a
style: Fix Clippy warnings: unused imports 2024-05-02 13:31:38 -07:00
Chris Hennick
2c61eb0cb7
doc(examples): fix a bug
`doit()` function can't exist without `cfg(feature = "_deflate-any")`, and making it unreachable isn't enough

Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 13:14:49 -07:00
Chris Hennick
da3bbc87d7
doc(examples): Fix a bug where type SimpleFileOptions must be specified 2024-05-02 12:58:31 -07:00
Chris Hennick
8f61ff2451
Merge branch 'master' into oldpr443 2024-05-02 11:57:53 -07:00
Chris Hennick
64c9dd0b9d
Merge branch 'master' into oldpr384 2024-05-02 11:52:01 -07:00
Chris Hennick
e670e98073
fix: only compile new example if a Deflate encoder is enabled 2024-05-01 15:19:52 -07:00
Chris Hennick
04390ca276
style: cargo fmt --all 2024-05-01 15:07:15 -07:00
Chris Hennick
fbf000cf56
docs(examples): Update FileOptions import 2024-05-01 15:06:55 -07:00
Chris Hennick
831ffcefe9
Merge remote-tracking branch 'byron/large-file-example' into oldpr384 2024-05-01 15:03:35 -07:00
Chris Hennick
726c7af42b
fix: use is_dir in more places where Windows paths might be handled incorrectly 2024-05-01 15:12:19 -07:00
Chris Hennick
b944c3ad86
Fix failing build
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-01 09:55:07 -07:00
Chris Hennick
9f10a01453
Merge remote-tracking branch 'zenomat/master' into oldpr443 2024-05-01 09:52:14 -07:00
Chris Hennick
8eae69349e
style: fix Cargo warning re cfg(any())
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-04-24 03:51:58 -07:00
Chris Hennick
1663321323
refactor!: remove deflate-miniz feature since it's now equivalent to deflate (#35) 2024-04-24 00:21:04 -07: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
Adrian
f6a34093fc
use io::copy instead of read_to_end 2024-04-15 10:34:49 +02:00
Adrian
42a954206d
add append example 2024-04-10 09:40:19 +02:00
Chris Hennick
da21bbe45f Remove redundant imports 2024-02-28 16:03:44 -08:00
Sebastian Thiel
4f4f76c9a2
feat: add write-large-file example to show how to write huge files.
This requires DEFLATE64 support, which is seemingly present in the
default rust backend.
2023-07-23 10:28:11 +02:00
Chris Hennick
2407ef95c6
Fixes and refactors for no-features build 2023-05-30 18:17:59 -07:00
Chris Hennick
9ec0ddc5ca
Add zlib-ng 2023-05-30 09:18:26 -07:00
Chris Hennick
255cfaf261
Add flush_on_finish_file parameter 2023-05-26 17:22:53 -07:00
Chris Hennick
4faebb4468
Overhaul extra-data interface 2023-05-13 13:59:14 -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
f3d683a64c fix: Clippy needless borrow 2023-01-31 17:32:55 +00:00
Kyle Bloom
03f5009c34 fix: Clippy uninlined format args 2023-01-31 17:29:34 +00:00
Wyatt Herkamp
1c5cd4ffda Fixed new Clippy Warnings 2022-10-13 07:51:02 -04:00