Name Description Size
borrowed_format_item.rs A format item with borrowed data. 3521
component.rs Part of a format description. 1310
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`]. 1097
modifier.rs Various modifiers for components. 13756
owned_format_item.rs A format item with owned data. 5059
parse
well_known