An open API service indexing awesome lists of open source software.

https://github.com/romnn/cargo-watchdoc

A CLI to generate and serve your cargo doc documentation with hot-reloading during development.
https://github.com/romnn/cargo-watchdoc

cargo docs-rs documentation hot-reload rust watch

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

## cargo-watchdoc

[build status](https://github.com/romnn/cargo-watchdoc/actions/workflows/build.yaml)
[test status](https://github.com/romnn/cargo-watchdoc/actions/workflows/test.yaml)
[![dependency status](https://deps.rs/repo/github/romnn/cargo-watchdoc/status.svg)](https://deps.rs/repo/github/romnn/cargo-watchdoc)

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

### Installation

```bash
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`](https://github.com/ModProg/cargo-watchdoc).