Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow iteration over available file names | Eric Kidd | 2016-09-15 | 2 | -1/+25 |
| | | | | | | | | | | | | | 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. | ||||
* | Create LICENSE | Till Höppner | 2016-03-09 | 1 | -0/+27 |
| | |||||
* | [ci skip] Bump versions | Till Höppner | 2016-02-20 | 2 | -2/+2 |
| | |||||
* | Update README.md | Till Höppner | 2016-02-20 | 1 | -0/+1 |
| | |||||
* | Add passthrough option | Till Höppner | 2016-02-20 | 5 | -17/+58 |
| | |||||
* | Add rustfmt config | Till Höppner | 2016-02-19 | 1 | -0/+3 |
| | |||||
* | Test example too | Till Höppner | 2016-02-18 | 1 | -0/+1 |
| | |||||
* | Make travis spawn subshells | Till Höppner | 2016-02-18 | 1 | -2/+2 |
| | |||||
* | Fix travis setup | Till Höppner | 2016-02-18 | 1 | -0/+4 |
| | |||||
* | Bump versions, update README examples | Till Höppner | 2016-02-18 | 4 | -15/+18 |
| | |||||
* | Make flate2 dependency optional | Till Höppner | 2016-02-18 | 3 | -4/+12 |
| | |||||
* | Restructure, add API, add compression | Till Höppner | 2016-02-18 | 14 | -81/+270 |
| | |||||
* | Update README.md | Till Höppner | 2016-02-16 | 1 | -0/+8 |
| | |||||
* | Add readme and travis testing | Till Höppner | 2016-02-16 | 3 | -1/+56 |
| | |||||
* | Move data out of src again | Till Höppner | 2016-02-16 | 5 | -1/+3 |
| | |||||
* | Make example use published crate | Till Höppner | 2016-02-16 | 1 | -3/+3 |
| | |||||
* | Update Cargo.toml | Till Höppner | 2016-02-16 | 1 | -1/+6 |
| | |||||
* | Initial commit. | Till Höppner | 2016-02-16 | 9 | -0/+89 |