# 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 ```bash cargo run --example showcase ``` ![showcase progress bar example](https://raw.githubusercontent.com/tsorak/crossterm_progress_bar/master/assets/showcase.png) ```bash cargo run --example side_by_side ``` ![side_by_side progress bar example](https://raw.githubusercontent.com/tsorak/crossterm_progress_bar/master/assets/side_by_side.png)