chug-cli 0.1.3

The fastest way to consume Homebrew bottles
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[macro_use]
mod cache;
mod db;
mod dirs;
mod extract;
mod target;

pub mod action_builder;
pub mod bottles;
pub mod formulae;
pub mod tree;