Module time::format_description::parse::lexer

source ·
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§

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

Functions§