# 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
```

```bash
cargo run --example side_by_side
```
