Available on (crate features
formatting
or parsing
) and crate feature alloc
only.Expand description
Lexer for parsing format descriptions.
Structsยง
- Lexed ๐An iterator over the lexed tokens.
Enumsยง
- Bracket
Kind ๐What type of bracket is present. - Component
Kind ๐Indicates whether the component is whitespace or not. - Token ๐A token emitted by the lexer. There is no semantic meaning at this stage.