Module time::format_description::parse::lexer

source ยท
Expand description

Lexer for parsing format descriptions.

Structsยง

  • Lexed ๐Ÿ”’
    An iterator over the lexed tokens.

Enumsยง

  • BracketKind ๐Ÿ”’
    What type of bracket is present.
  • ComponentKind ๐Ÿ”’
    Indicates whether the component is whitespace or not.
  • Token ๐Ÿ”’
    A token emitted by the lexer. There is no semantic meaning at this stage.

Functionsยง