A CLI to generate and serve your cargo doc documentation with hot-reloading during development.
brew install --cask 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.