#hot-reloading #chaud #hot-reload

bin+lib chaud-cli

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

1 unstable release

Uses new Rust 2024

new 0.1.0 May 24, 2025

#405 in Cargo plugins

MIT/Apache

10KB
184 lines

chaud-cli (library)

Implementation detail of Chaud 🔥.

Do not use this crate directly!

This crate implements shared functionality for the Chaud CLI Tools.


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.

Dependencies

~245KB