You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: