Module iso8601::parsers

source ·
Expand description

The low-level parsers for date, datetime, duration and time.

The top-level functions date, datetime, duration and time provide convenient wrappers around the low-level parsers, but throw away leftover input on success.

Using the low-level functions provided here allows to recover leftover input or to combine these parsers with other parser combinators.

Functions

Parses a date string.
Parses a datetime string.
Parses a duration string.
Parses a time string.