Closed as not planned
Description
Problem
Hi, I would like to propose a new feature for the doc subcommand. It would be nice to regenerate the documentation when source code files change. This could be done relatively easily using the notify crate. Like mdbook does. A current workaround could be:
cargo watch -x doc
This workaround uses the cargo-watch extension for cargo, but this feature could be handle directly into cargo ?
Proposed Solution
No response
Notes
No response