A CLI to generate and serve your cargo doc documentation with hot-reloading during development.
brew install romnn/tap/cargo-watchdoc
# or install from source
cargo install --git https://github.com/romnn/cargo-watchdoc.git cargo-watchdocSimply run cargo watchdoc in your project.
This is an updated fork of ModProg/cargo-watchdoc.