Expand description
AST pretty printing.
Note that HIR pretty printing is layered on top of this crate.
Modulesยง
Structsยง
Enumsยง
Constantsยง
- INDENT_UNIT ๐
Traitsยง
- PpAnn
- PrintState 
- This trait is used for both AST and HIR pretty-printing.
Functionsยง
- all_whitespace ๐
- Returns Noneif the firstcolchars ofscontain a non-whitespace char. Otherwise returnsSome(k)wherekis first char offset after that leading whitespace. Note thatkmay be outside bounds ofs.
- doc_comment_ to_ string 
- gather_comments ๐
- literal_to_ ๐string 
- print_crate 
- Requires you to pass an input filename and reader so that it can scan the input text for comments to copy forward.
- print_crate_ as_ interface 
- print_crate_ ๐inner 
- space_between ๐
- Should two consecutive tokens be printed with a space between them?
- split_block_ ๐comment_ into_ lines 
- trim_whitespace_ ๐prefix