Expand description
Character-level parser for format string internals.
Parses format strings like "b{lk ? l}{aa ? a} {li:#x}" into
a sequence of FormatPiece values.
Functionsยง
- parse_
format_ string - Parse a format string into a sequence of format pieces.