| borrowed_format_item.rs |
A format item with borrowed data. |
3659 |
- |
| component.rs |
Part of a format description. |
1753 |
- |
| mod.rs |
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](crate::format_description::well_known) or obtained by using the
[`format_description!`](crate::macros::format_description) macro or a function listed below.
For examples, see the implementors of [Formattable](crate::formatting::Formattable),
e.g. [`well_known::Rfc3339`]. |
1504 |
- |
| modifier.rs |
Various modifiers for components. |
24066 |
- |
| owned_format_item.rs |
A format item with owned data. |
5227 |
- |
| parse |
|
|
- |
| well_known |
|
|
- |