Re-exports§
pub use syntax_kind::*;
Modules§
- ast
- This file is generated by
cargo codegen syntax, do not edit by hand. - syntax_
kind - This file is generated by
cargo codegen syntax, do not edit by hand. - token
Structs§
- Green
Node - Internal node in the immutable tree. It has other nodes and tokens as children.
- Syntax
Error - Text
Range - A range in text, represented as a pair of
TextSize. - Text
Size - A measure of text length. Also, equivalently, an index into text.
Enums§
Traits§
- TextLen
- Primitives with a textual length that can be passed to
TextSize::of.