A CLI to live serve documentation for your crate while developing.
Install via cargo
: cargo install cargo-watchdoc
and simply run as cargo watchdoc
in your project.
There's a flake.nix
which also packaged cargo-watchdoc
. You can simply run nix run github:ModProg/cargo-watchdoc
.