stow-cli 0.1.0

CLI that routes rustc invocations through the stow public artifact cache
Documentation
1
2
3
4
5
6
//! The canonical stow entrypoint installed on user machines; all behavior
//! lives in `stow_cli::run()`.

fn main() -> stow_types::error::Result<()> {
    stow_cli::run()
}