Expand description
Formatting and output helpers.
We try to handle both textual output and interactive output (output to a “TTY”). In the case of interactive output, we render with prettier non-ASCII characters and with colors, using shell-specific escape codes.
Structs§
- Glyphs
- Glyphs to use for rendering the smartlog.
- Pluralize
- Pluralize a quantity, as appropriate. Example:
- Styled
String Builder - Helper to build
StyledString
s by combining multiple strings (both regularString
s andStyledString
s).
Functions§
- set_
effect - Set the provided effect to all the internal spans of the styled string.