binary-install 0.0.3-alpha

Install a binary from a path to a global cache
Documentation
1
2
3
4
5
6
7
extern crate binary_install;
extern crate flate2;
extern crate tar;

mod cache;
mod download;
mod utils;