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-watchdoc
Simply run cargo watchdoc
in your project.
This is an updated fork of ModProg/cargo-watchdoc
.