aboutsummaryrefslogtreecommitdiff
path: root/lib/src
Commit message (Collapse)AuthorAgeFilesLines
* Allow iteration over available file namesEric Kidd2016-09-151-0/+21
| | | | | | | | | | | | | Your example program included an unimplemented `entries` method. I chose not to implement `entries` because iterating over it would require decompressing any large files stored in the map. Instead, I've provided a `file_names` API that provides just the names of the files in the map, which the caller can look up (and potentially decompress) if they wish. I implemented a custom iterator wrapper to hide the implementation details from the caller.
* Add passthrough optionTill Höppner2016-02-201-1/+12
|
* Make flate2 dependency optionalTill Höppner2016-02-181-0/+9
|
* Restructure, add API, add compressionTill Höppner2016-02-181-0/+65