Crate rustdocExperimental[src]

Reexports

pub use clean::SCHEMA_VERSION;

Modules

clean

This module contains the "cleaned" pieces of the AST, and the functions that clean them.

core
doctree

This module is used to store stuff from Rust's AST in a more convenient manner (and with prettier names) before cleaning.

fold
html
markdown
passes
plugins
test
visit_ast

Rust AST Visitor. Extracts useful information and massages it into a form usable for clean

Statics

pub static analysiskey: Key<CrateAnalysis> = &::std::local_data::Key  
pub static ctxtkey: Key<Gc<DocContext>> = &::std::local_data::Key  

Functions

main
main_args
opts
usage