aboutsummaryrefslogtreecommitdiff
path: root/example
Commit message (Collapse)AuthorAgeFilesLines
* Allow iteration over available file namesEric Kidd2016-09-151-1/+4
| | | | | | | | | | | | | 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-202-6/+13
|
* Bump versions, update README examplesTill Höppner2016-02-181-4/+2
|
* Make flate2 dependency optionalTill Höppner2016-02-181-3/+2
|
* Restructure, add API, add compressionTill Höppner2016-02-186-0/+40