/cargo-watchdoc

Primary LanguageRustApache License 2.0Apache-2.0

cargo watchdoc

CI Status Crates.io

A CLI to live serve documentation for your crate while developing.

Run

General

Install via cargo: cargo install cargo-watchdoc and simply run as cargo watchdoc in your project.

Nix

There's a flake.nix which also packaged cargo-watchdoc. You can simply run nix run github:ModProg/cargo-watchdoc.