Module time::format_description[][src]

This is supported on crate features formatting or parsing only.
Expand description

Description of how types should be formatted and parsed.

The formatted value will be output to the provided writer. Format descriptions can be well-known or obtained by using the format_description! macro, the format_description::parse function.

Modules

Various modifiers for components.

Well-known formats, typically RFCs.

Enums

A component of a larger format description.

A complete description of how to format and parse a type.

Functions

parsealloc

Parse a sequence of items from the format description.