Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1002 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 1002 Bytes

cargo-watchdoc

build status test status dependency status

A CLI to generate and serve your cargo doc documentation with hot-reloading during development.

Installation

brew install romnn/tap/cargo-watchdoc

# or install from source
cargo install --git https://github.com/romnn/cargo-watchdoc.git cargo-watchdoc

Usage

Simply run cargo watchdoc in your project.

Acknowledgement

This is an updated fork of ModProg/cargo-watchdoc.