https://github.com/romnn/cargo-watchdoc
A CLI to generate and serve your crates documentation with hot-reloading during development.
https://github.com/romnn/cargo-watchdoc
cargo docs-rs documentation hot-reload rust watch
Last synced: 13 days ago
JSON representation
A CLI to generate and serve your crates documentation with hot-reloading during development.
- Host: GitHub
- URL: https://github.com/romnn/cargo-watchdoc
- Owner: romnn
- License: apache-2.0
- Created: 2025-01-12T01:11:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-28T02:40:23.000Z (5 months ago)
- Last Synced: 2025-12-30T07:55:47.369Z (5 months ago)
- Topics: cargo, docs-rs, documentation, hot-reload, rust, watch
- Language: Rust
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
## cargo-watchdoc
[
](https://github.com/romnn/cargo-watchdoc/actions/workflows/build.yaml)
[
](https://github.com/romnn/cargo-watchdoc/actions/workflows/test.yaml)
[](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 --cask 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).