[−][src]Module syn::buffer
A stably addressed token buffer supporting efficient traversal based on a cheaply copyable cursor.
This module is available if Syn is built with the "parsing"
feature.
Structs
Cursor | A cheaply copyable cursor into a |
TokenBuffer | A buffer that can be efficiently traversed multiple times, unlike
|