Modules§
- format_
string - Tools to work with format string literals for the
format_args!family of macros. - format_
string_ exprs - Tools to work with expressions present in format string literals for the
format_args!family of macros. Primarily meant for assists and completions. - node_
ext - Various helper functions to work with SyntaxNodes.
- suggest_
name - This module contains functions to suggest names for expressions, functions and other items
- tree_
diff - Basic tree diffing functionality.
Structs§
Functions§
- prettify_
macro_ expansion - Inserts whitespace and replaces
$cratein macro expansions.