Module parse

Source
Expand description

This module is the working horse of the parser. Public interfaces to the parser are located in the main library lib.rs.

Structs§

Bytes
BytesRange
DurationRepr
Fract
Parser
The core duration parser to parse strings into a crate::time::Duration
ReprParserMultiple
ReprParserSingle
Whole

Constants§

ATTOS_MAX
ATTOS_PER_NANO
ATTOS_PER_NANO_U128
ATTOS_PER_SEC
ATTOS_PER_SEC_U128
NANOS_PER_SEC
NANOS_PER_SEC_U128
SECONDS_AND_ATTOS_MAX
SECONDS_MAX

Traits§

Parse8Digits
ReprParserTemplate