Structs§
- Chunks
Bytes - An iterator over byte slices of Rope chunks.
This is used to feed
tree-sitterwithout allocating a fullString. - Code
- Edit
- Edit
Batch - Edit
State - Rope
Graphemes - An implementation of a graphemes iterator, for iterating over the graphemes of a RopeSlice.
- Rope
Provider - A lightweight wrapper around a
RopeSlicethat implementstree_sitter::TextProvider. This allows usingtree-sitter’sQueryCursor::matchesdirectly on aRopewithout converting it to aString.