Module time::parsing

source ยท
Expand description

Parsing for various types.

Re-exportsยง

Modulesยง

  • combinator ๐Ÿ”’
    Implementations of the low-level parser combinators.
  • component ๐Ÿ”’
    Parsing implementations for all Components.
  • iso8601 ๐Ÿ”’
    Parse parts of an ISO 8601-formatted value.
  • parsable ๐Ÿ”’
    A trait that can be used to parse an item from an input.
  • parsed ๐Ÿ”’
    Information parsed from an input and format description.
  • shim ๐Ÿ”’
    Extension traits for things either not implemented or not yet stable in the MSRV.

Structsยง

  • ParsedItem ๐Ÿ”’
    An item that has been parsed. Represented as a (remaining, value) pair.