Crate token_processor

Source

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.
TokenProcessor
Processor that feeds input chunks to the scanner and dispatches events.
TokenProcessorBuilder
Builder for a token processor.

Enums§

Event
An event emitted by the Scanner.
ProcessorError
ScannerError
Errors that can occur when using Scanner.