progress_string

Crates.ioprogress_string
lib.rsprogress_string
version0.2.1
sourcesrc
created_at2017-11-06 19:01:18.528468
updated_at2022-10-07 01:54:54.299647
descriptionGenerate a progress bar string
homepage
repositoryhttps://github.com/freemasen/progress_string
max_upload_size
id38375
size21,501
Robert Masen (FreeMasen)

documentation

https://docs.rs/crate/progress_string

README

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

Commit count: 29

cargo fmt