cargo-serve-docs

Crates.iocargo-serve-docs
lib.rscargo-serve-docs
version0.1.1
sourcesrc
created_at2021-08-16 11:32:06.869497
updated_at2021-08-16 11:35:33.22226
descriptionRun a webserver to serve your docs locally with `cargo docserve`. Optionally rebuild docs when source changes
homepage
repositoryhttps://github.com/derekdreery/cargo-docserve
max_upload_size
id437895
size38,898
Richard Dodd (derekdreery)

documentation

README

NOTE This currently uses the beta compiler so it can use the 2018 edition. I won't push it to crates.io until 2018 stabilizes.

To use this do

$ cargo +beta install --git https://github.com/derekdreery/cargo-docserve

And then from your project somewhere

$ cargo docserve

If you want to install a newer version do (notice the --force):

$ cargo +beta install --force --git https://github.com/derekdreery/cargo-docserve
Commit count: 16

cargo fmt