Functions§
- bytes_
bar - A progress bar over a known number of bytes (e.g. a file download).
Same terminal-detection behavior as
count_bar. - count_
bar - A progress bar over a known number of items (e.g. records to convert or render). Renders to stderr, and is a no-op when stderr isn’t a terminal (redirected to a file, piped, CI, etc.) so non-interactive output stays clean.