pgbar-0.1.0 has been yanked.
pgbar - A minimal progress bar written in rust 🦀
Installation
Add the following to your Cargo.toml:
[]
= "*"
or install it with cargo add pgbar.
Usage
use ProgressBar;
use extern crate color; // pgbar uses `termion` to color the progress bar
License
This project is licensed under the MIT License - see the LICENSE file for details