Commit graph

46 commits

Author SHA1 Message Date
Chris Hennick
a994667db6
style: remove extra spaces before comment 2024-05-02 09:39:50 -07:00
Danny McClanahan
a16a34f1a5
use displaydoc and thiserror to remove some boilerplate 2024-05-02 00:41:40 -04:00
Chris Hennick
686f6f1abf
feat: Improve ErrorKind in ZipError to io::Error conversion (previously https://github.com/zip-rs/zip-old/pull/421) 2024-04-29 19:16:31 -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
Chris Hennick
ece098d393 Make InvalidPassword a kind of ZipError 2024-03-13 13:05:54 -07:00
Chris Hennick
34945fe884
Refactor to eliminate From<Infallible> 2023-06-01 14:26:15 -07:00
Chris Hennick
a6a6484bf8
Refactor: From<Infallible> is unreachable 2023-06-01 13:11:42 -07:00
Chris Hennick
07679d3b7f
Reformat and fix error 2023-06-01 12:59:17 -07:00
Chris Hennick
630ca3fa0f
Bug fixes for chrono integration 2023-05-30 10:06:36 -07:00
Chris Hennick
130ca38cf6
Implement adjustable buffer size for Zopfli 2023-05-27 15:44:43 -07:00
Chris Hennick
cde5d5ed11
Implement shallow copy from within the file being written 2023-04-23 14:33:10 -07:00
Kyle Bloom
3f770178ec fix: Change error type to unit-like struct 2023-02-01 13:58:15 +00:00
Kyle Bloom
5726a07a76 feat: Move from_time to try_from
Moves from_time function to TryFrom<OffsetDateTime>
2023-02-01 13:58:15 +00:00
Kyle Bloom
03f5009c34 fix: Clippy uninlined format args 2023-01-31 17:29:34 +00:00
Emmanuel Gil Peyrot
70696f57c1 Remove dependency on thiserror
On my computer, this halves the total build time from 11.7s to 5.4s, as
well as the total size of the artifacts in target.

This derive macro is nice, but it doesn’t justify the increase in
compilation time for dependent crates imo.

This effectively reverts #135, although using the up to date APIs from
std::error::Error.
2021-09-06 23:35:57 +02:00
Marli Frost
61de5d51ac
feat: constant for handling missing password 2021-06-04 18:42:20 +01:00
Marli Frost
5e5bd86915
refactor: remove extra variants from ZipError 2020-09-10 10:21:47 +01:00
Ryan Levick
5a2e36df8c Reintroduce error impl 2020-09-09 15:43:18 +02:00
Benjamin Richner
493afdbee1 run cargo fmt 2020-06-21 17:47:08 +02:00
Benjamin Richner
bd3ed222ac Merge improvements from master 2020-06-21 17:43:40 +02:00
Ryan Levick
44b67ff95d Run cargo fmt 2020-06-15 14:44:28 +02:00
Ryan Levick
0b6caba281
Merge branch 'master' into cleanup 2020-06-15 14:30:22 +02:00
Ryan Levick
ebb07348ee Run cargo fmt 2020-06-15 10:44:39 +02:00
Christian Stefanescu
18bece201c Use thiserror's Derive macro 2020-06-15 10:16:36 +02:00
Benjamin Richner
f9116fc9c8 Clean up whitespaces 2020-05-21 22:14:53 +02:00
Benjamin Richner
cf7ff173b3 merge edition 2018 and other improvements from master 2020-05-21 21:58:38 +02:00
Lachezar Lechev
29517e9a6b
run cargo fix --edition-idioms and manually fix other things 2019-11-11 09:20:31 +02:00
Lachezar Lechev
99dba6b397
run cargo fix --edition 2019-11-11 08:58:59 +02:00
Benjamin Richner
f9f5029fc1 Added ZipCrypto support for stored and deflated files 2019-10-19 18:59:10 +02:00
Mathijs van de Nes
a7b9b4651d Add impl to convert a ZipError to a io::Error
Resolves #4
2015-04-20 09:25:22 +02:00
Mathijs van de Nes
80fd4b6dcf Update to new (io::)Error 2015-04-02 20:50:50 +02:00
Mathijs van de Nes
4842d19dc9 Use Into instead of IntoCow 2015-04-02 10:10:05 +02:00
Mathijs van de Nes
0f12de0388 Silence deprecation warnings by casting 2015-03-19 14:32:49 +01:00
Mathijs van de Nes
785dccbf8e Update features and deprecated items 2015-03-08 11:25:25 +01:00
Mathijs van de Nes
d9b83af57c Large refactoring, mostly of the reader
- Combined reader and reader_spec into read
- Alter the iteration protocol for a zip archive
- Modify some names
2015-03-01 11:32:40 +01:00
Mathijs van de Nes
f88349104a Remove almost all old_io code 2015-02-24 20:42:43 +01:00
Mathijs van de Nes
2e8baed799 Initial io conversion
- Convert most of the writer code to Write instead of Writer
- Add ioconverter module to convert between old and new IO
- Fix reader for new flate2
2015-02-24 13:00:55 +01:00
Mathijs van de Nes
867863cf11 Derive Debug instead of Show 2015-02-03 09:29:05 +01:00
Mathijs van de Nes
078ba7eda0 io -> old_io 2015-01-29 11:00:30 +01:00
Mathijs van de Nes
b88abe1582 Update ZipError to latest rust 2015-01-24 13:24:19 +01:00
Mathijs van de Nes
05a4a14b9f Refactor to remove old_orphan_check 2015-01-04 22:03:40 +01:00
Mathijs van de Nes
f45a558dac change #[deriving(..)] to #[derive(..)] 2015-01-04 10:51:14 +01:00
Mathijs van de Nes
c7c97b85ad Update to new bzip2 code 2014-12-13 14:12:02 +01:00
Mathijs van de Nes
df047b0b66 Add missing documentation 2014-12-10 14:58:22 +01:00
Mathijs van de Nes
ccdba3efc0 Namespaced enums fix 2014-11-19 18:43:07 +01:00
Mathijs van de Nes
2163db4b25 Added ZipResult/ZipError 2014-11-08 21:55:15 +01:00