chaud-cli 0.1.0

Utilities for working with Chaud, a hot-reloading library for Cargo workspaces.
Documentation

Chaud CLI Tools

Utilities for working with Chaud 🔥, a hot-reloading library for Cargo workspaces designed for ease of use.

Available Tools

  • cargo chaud: The same as cargo run, but automatically does everything necessary to enable hot-reloading.
  • cargo chaud cleanup: Reverts any modifications Chaud made to the Cargo.toml files in the current workspace.
  • chaud-rustc: When used as RUSTC_WRAPPER, provides most of the features of cargo chaud.

See the Chaud documentation for more information.