Structsยง
- Format ๐
- A single
printf
-style formatting directive. - Substitutions ๐
- Iterator over substitutions in a string.
Enumsยง
- Num ๐
- A general number used in a
printf
formatting directive. - State ๐
- Substitution ๐
- Represents a single
printf
-style substitution.
Functionsยง
- at_
next_ ๐cp_ while - is_flag ๐
- iter_
subs ๐ - Returns an iterator over all substitutions in a given string.
- parse_
next_ ๐substitution - Parse the next substitution from the input string.