Commit graph

29 commits

Author SHA1 Message Date
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