Name Description Size Coverage
borrowed_format_item.rs A format item with borrowed data. 3533 -
component.rs Part of a format description. 1513 -
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`]. 1295 -
modifier.rs Various modifiers for components. 14692 -
owned_format_item.rs A format item with owned data. 5032 -
parse -
well_known -