Module console

Source

Structs§

Parser
Parses a format string into a sequence of pieces.

Enums§

FormatSpec
A format specifier.
ParseArgError 🔒
Piece
A piece is a portion of the format string which represents the next part to emit.

Traits§

ConsoleFmt
Formats a value using a FormatSpec.

Functions§

console_format
Formats a string using the input values.
format_spec 🔒