Module parser

Module parser 

Source
Expand description

Parse printf format strings

Structs§

ConversionSpecifier
Parsed printf conversion specifier

Enums§

ConversionType
Printf data type
FormatElement
A part of a format string: either a string of characters to be included verbatim, or a format specifier that should be replaced based on an argument to the vsprintf call.
NumericParam
Width / precision parameter

Functions§

parse_format_string
Parses a string to a vector of FormatElement