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
|
f45a558dac
|
change #[deriving(..)] to #[derive(..)]
|
2015-01-04 10:51:14 +01:00 |
|
Mathijs van de Nes
|
bdda4310e4
|
Implement finding files by name
Resolves #2
|
2014-11-22 19:28:00 +01:00 |
|
Mathijs van de Nes
|
0cd915f185
|
Split compression from types and pub use ZipFile
|
2014-09-15 21:33:58 +02:00 |
|
Mathijs van de Nes
|
723e8b0b12
|
Initial file name/comment encoding support
|
2014-09-14 17:25:40 +02:00 |
|
Mathijs van de Nes
|
02059ce351
|
Added documentation and moved types to top
|
2014-09-11 11:48:44 +02:00 |
|
Mathijs van de Nes
|
ac9301f7d9
|
Implemented a basic ZipWriter
|
2014-09-11 10:42:18 +02:00 |
|
Mathijs van de Nes
|
7df03b54f9
|
Removed some unneeded structs and simplified parse
|
2014-09-10 17:27:24 +02:00 |
|
Mathijs van de Nes
|
33efdcc539
|
More elegant way of enforcing single reads
|
2014-09-10 15:35:01 +02:00 |
|