Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow iteration over available file names | Eric Kidd | 2016-09-15 | 1 | -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 option | Till Höppner | 2016-02-20 | 1 | -1/+12 |
| | |||||
* | Make flate2 dependency optional | Till Höppner | 2016-02-18 | 1 | -0/+9 |
| | |||||
* | Restructure, add API, add compression | Till Höppner | 2016-02-18 | 1 | -0/+65 |