Module time::parsing

source ·
Available on crate feature parsing only.
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.