Cargo Features

Chaud has no features set by default.

[dependencies]
chaud = { version = "0.1.0", features = ["silence-log-level-warning", "unsafe-hot-reload"] }
silence-log-level-warning

Do not print a warning to stderr if logging is disabled for Chaud.

See https://docs.rs/chaud#logging

Enables silence-log-level-warning of optional chaud-hot

unsafe-hot-reload

Enable hot-reloading functionality.

SAFETY: See https://docs.rs/chaud#safety

Enables chaud-hot, unsafe-hot-reload of chaud-macros