Headway - An ergonomic progress bar library

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.

example

Installation

```toml

In Cargo.toml

headway = "0.1" ```

Usage

```rust use headway::ProgressBarIterable;

for _ in (0..100).progress() { // Do important stuff here } ```

Take a look at the documentation for more examples.

Advantages

Compared to other progress bar libraries, headway:

Take a look at the documentation for more details.

Disadvantages

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.

Contributing

Pull requests are welcome! :)