Crates.io | progress_string |
lib.rs | progress_string |
version | 0.2.1 |
source | src |
created_at | 2017-11-06 19:01:18.528468 |
updated_at | 2022-10-07 01:54:54.299647 |
description | Generate a progress bar string |
homepage | |
repository | https://github.com/freemasen/progress_string |
max_upload_size | |
id | 38375 |
size | 21,501 |
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%
Run an example with cargo run --example <example-name>
. E.g. cargo run --example termion
.