chug-cli 0.1.1

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

pub mod action_builder;
pub mod bottles;
pub mod db;
pub mod formulae;
pub mod target;
pub mod validate;