dtolnay/cargo-tally

Do not unzip downloaded data on disk

Closed this issue · 1 comments

The compressed tgz is significantly smaller than the raw JSON data. It would be more economical to keep the data compressed on disk and only extract in memory at runtime.

Fixed in 0.2.7.