implement support of gziped index files

This commit is contained in:
Evgeniy A. Dushistov
2016-08-06 00:31:37 +03:00
parent 3aaae57139
commit 21a0678cba
8 changed files with 322 additions and 52 deletions

View File

@@ -7,4 +7,6 @@ authors = ["Evgeniy A. Dushistov <dushistov@mail.ru>"]
getopts = "0.2"
gettext = "0.2.0"
rust-ini = "0.9.5"
byteorder = "0.5"
byteorder = "0.5"
libc = "0.2.14"
flate2 = "0.2"