Crate rocdoc

Source
Expand description

roc - command line doucmentation that rocks

roc is an attempt at bringing godoc style quick docs searching to the command line for rust. It doesn’t generate any documentation itself, instead it relies entirely on the local HTML output created by running cargo doc in the root of your crate. You will need to have rust installed via rustup and have the std lib docs downloaded in order to look at std lib.

Modules§

locate
Locate the generated docs that we have available within the current workspace
parse
Parse the contents of rustdoc generated HTML files
pprint
Formatted output and pretty printing