Skip to main content

Module fmt

Module fmt 

Source
Expand description

Human-facing formatting and the minimal ANSI styling we need.

Structs§

Style
ANSI styling, globally disabled when output is not a terminal or when NO_COLOR is set.

Functions§

bar
bar_parts
The filled and empty halves of a progress bar, separate so the caller can colour them independently. Together they are always exactly width cells.
bytes
12.40 GiB
duration
2m 31s, 1h 04m, 812ms
eta
ETA, or -- when we have no basis for an estimate.
percent
55.0%
rate
84.7 MiB/s
short_url
Truncate a URL for display so a signed CDN URL does not wrap the terminal. Also drops the query string, which is where credentials usually hide.