Expand description
Utilities for writing formatted/decorated strings to the terminal without any extra allocations.
Structs§
- Decorated
String - A string with optional StringDecoration.
- Formatted
String - String
Decoration - Optional decoration to be applied to a string being written to a terminal.
- String
Formatting - Optional formatting to be applied to a string being written to a terminal.
- String
Iter - An iterator for writing wrapped strings to a rectangular grid. Will attempt to respect formatting and the size of the given area while yielding each string character and grid position.
- Terminal
String - A string with optional StringDecoration and StringFormatting applied.
Traits§
- String
Decorator - A trait for creating a DecoratedString.
- String
Formatter