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.
- Host: GitHub
- URL: https://github.com/romnn/cargo-watchdoc
- Owner: romnn
- License: apache-2.0
- Created: 2025-01-12T01:11:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-19T19:53:23.000Z (4 months ago)
- Last Synced: 2025-01-19T20:35:13.160Z (4 months ago)
- Topics: cargo, docs-rs, documentation, hot-reload, rust, watch
- Language: Rust
- Homepage:
- Size: 69.3 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 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).