[][src]Crate rocdoc

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

table

A very simple pretty printing table implementation that does not permit removal of rows. Cells are left justified and trailing whitespace is stripped from the input.