Structs§
- Scanner
- A streaming tag‐scanner that can handle cross‐chunk matches.
Tags are treated as literal strings defined in
Tag
pairs. - Tag
- Represents a pair of opening and closing tags.
- Token
Processor - Processor that feeds input chunks to the scanner and dispatches events.
- Token
Processor Builder - Builder for a token processor.
Enums§
- Event
- An event emitted by the
Scanner
. - Processor
Error - Scanner
Error - Errors that can occur when using
Scanner
.