Structs§
Enums§
Constants§
Functions§
- animate_
countup - animate_
countup_ pct - Count-up for percentage values (0.0 -> final_pct, displayed as “68.3%”).
- animate_
countup_ usd - Count-up for USD values (0.00 -> final_usd, displayed as “$1,289.35”).
- animate_
section_ reveal - Writes sections to stdout one by one with a delay between each, using cursor
control to create a reveal effect. Skips animation when
NO_COLORor non-TTY. - bold
- dim
- from_
preset - load_
theme - no_
color - pad_
right - Pad a string to
targetvisual width with spaces on the right. If the string exceedstarget, it is visually truncated. - preset_
cyberpunk - preset_
default - preset_
monochrome - preset_
neon - preset_
ocean - preset_
sunset - rst
- save_
theme - theme_
file_ path - truncate_
visual - Truncate a string to at most
max_colsterminal columns, preserving ANSI escape sequences and respecting wide characters. - visual_
len - Visual width of a string in terminal columns, ignoring ANSI escape sequences and accounting for wide characters (emoji, CJK = 2 columns).