chriskuehl / cargo-docserve

Cargo subcommand for serving docs with an embedded webserver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cargo-docserve

Add a docserve command to cargo.

cargo-docserve builds the documentation for your crate and its dependencies, then runs a tiny static webserver in order to serve the HTML. This is useful when developing on a remote machine where you don't have a web browser (and thus can't just cargo doc --open).

Installation

cargo install cargo-docserve

Usage

cargo docserve -b 0.0.0.0:8888

About

Cargo subcommand for serving docs with an embedded webserver


Languages

Language:Rust 100.0%