Expand description
Stow CLI: rustc-wrapper that intercepts every compilation unit, looks up a
prebuilt artifact via the edge worker, and either injects the cached output
into Cargo’s target directory or falls through to a normal rustc build.
Public binaries:
stow-cli— the canonical entrypoint installed on user machines.cargo-stow— same binary exposed as acargosubcommand.stow— short alias.
All three resolve to run.
Functions§
- run
- Entry point for all three stow binaries: installs tracing when the
invocation allows it, builds a tokio runtime sized to the invocation
kind, and runs [
async_main].