Module ra_ap_syntax::syntax_editor

source ·
Expand description

Syntax Tree editor

Inspired by Roslyn’s SyntaxEditor, but is temporarily built upon mutable syntax tree editing.

Structs§

Traits§

  • Utility trait to allow calling syntax editor functions with references or owned nodes. Do not use outside of this module.