Mathijs van de Nes
|
0ab1ff92b9
|
std::slice::Items -> Iter
|
2014-12-25 11:54:26 +01:00 |
|
Mathijs van de Nes
|
0719f5b617
|
Fix tests
|
2014-12-02 17:07:07 +01:00 |
|
Mathijs van de Nes
|
271ebab7a8
|
Use and create into_inner() instead of unwrap()
|
2014-11-27 10:55:03 +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
|
ee6e830203
|
Add bzip2 support
|
2014-11-21 22:56:08 +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 |
|
Mathijs van de Nes
|
e4a3bc4437
|
Fix two warnings
|
2014-09-18 11:21:10 +02:00 |
|
Mathijs van de Nes
|
b43788cf69
|
Allow the reader and writer to return their inner
|
2014-09-17 15:41:50 +02:00 |
|
Mathijs van de Nes
|
91cbe91d62
|
Split spec in reader/writer/general
|
2014-09-17 15:01:22 +02: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
|
02361b5dd5
|
Correctly interpret the first field of the footer
|
2014-09-11 09:32:47 +02:00 |
|
Mathijs van de Nes
|
08dbe1c3fc
|
Starting implementation of a Writer
|
2014-09-10 22:34:30 +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
|
7ce0f5b21f
|
Cleaned the code of ZipReader's constructor
|
2014-09-10 16:40:13 +02:00 |
|
Mathijs van de Nes
|
e9d42a9dc9
|
Rename ZipContainer to ZipReader
|
2014-09-10 16:34:57 +02:00 |
|
Mathijs van de Nes
|
33efdcc539
|
More elegant way of enforcing single reads
|
2014-09-10 15:35:01 +02:00 |
|
Mathijs van de Nes
|
bb4f56346a
|
Fixed borrowing issue in extract
|
2014-09-10 09:53:32 +02:00 |
|
Mathijs van de Nes
|
3befdf5594
|
Allow only one file to be read at a time
|
2014-09-09 19:02:57 +02:00 |
|
Mathijs van de Nes
|
b6a0de8b3c
|
Simple ZIPs can be extracted!
|
2014-09-09 15:56:15 +02:00 |
|
Mathijs van de Nes
|
3668fa5e33
|
Implemented a simple filename reader
|
2014-09-09 13:00:18 +02:00 |
|