stow-cli 0.4.1

CLI that routes rustc invocations through the stow public artifact cache
Documentation
1
2
3
4
5
6
//! Short alias for the stow CLI; resolves to `stow_cli::run()` like the
//! canonical `stow-cli` binary.

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