Crates.io | headway |
lib.rs | headway |
version | 0.1.2 |
source | src |
created_at | 2022-09-19 09:08:30.643821 |
updated_at | 2022-09-19 09:35:13.697396 |
description | An ergonomic progress bar library |
homepage | https://github.com/HalfVoxel/headway |
repository | |
max_upload_size | |
id | 668999 |
size | 722,223 |
Headway is a progress bar library focused on ergonomics, just getting out of your way and letting you get back to writing all that other code.
# In Cargo.toml
headway = "0.1"
use headway::ProgressBarIterable;
for _ in (0..100).progress() {
// Do important stuff here
}
Take a look at the documentation for more examples.
Compared to other progress bar libraries, headway:
stdout
so that printing to stdout
does not mess up either your progress bars or your printed text.Take a look at the documentation for more details.
If you are looking for a progress bar that can be styled in a variety of ways then other libraries may be better. Headway currently does not have any support for styling progress bars.
Take a look at the documentation for some alternatives.
Pull requests are welcome! :)