Expand description
Syntax Tree editor
Inspired by Roslyn’s SyntaxEditor
, but is temporarily built upon mutable syntax tree editing.
Structs§
- Position describing where to insert elements
- Represents a completed
SyntaxEditor
operation.
Traits§
- Utility trait to allow calling syntax editor functions with references or owned nodes. Do not use outside of this module.