Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow iteration over available file names | Eric Kidd | 2016-09-15 | 1 | -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 option | Till Höppner | 2016-02-20 | 2 | -6/+13 |
| | |||||
* | Bump versions, update README examples | Till Höppner | 2016-02-18 | 1 | -4/+2 |
| | |||||
* | Make flate2 dependency optional | Till Höppner | 2016-02-18 | 1 | -3/+2 |
| | |||||
* | Restructure, add API, add compression | Till Höppner | 2016-02-18 | 6 | -0/+40 |