progress_string 0.2.1

Generate a progress bar string
Documentation

progress_string

This library is primarily concerned with generating strings that can be used by your favorite terminal stream manipulation system to display a progress bar like this:

[██████████████████                                ] 35.70%

Documentation

Examples

Run an example with cargo run --example <example-name>. E.g. cargo run --example termion.

License

MIT