crossterm_progress_bar 2.1.1

Library for drawing progress bars
Documentation

crossterm_progress_bar

Features

  • Write the bar directly to stdout
  • Write to String, fitted and styled properly
  • Configurable fill, empty and arrow char
  • Show/hide percentage

Examples

cargo run --example showcase

showcase progress bar example

cargo run --example side_by_side

side_by_side progress bar example