Skip to main content

Module format_description_v3

Module format_description_v3 

Source
Available on crate features formatting or parsing only.
Expand description

A version 3 format description.

Unlike versions 1 and 2, this is opaque so as to permit any changes necessary without breaking downstream users. Other than FormatDescriptionV3, all items are internal.

Structs§

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

Enums§

Component
A component of a larger format description.
FormatDescriptionV3Inner
The inner enum of a version 3 format description. Controls all business logic.