progressing

Build Status nightly

Tag Crates.io Docs

Changelog Last commit

License

Look and feel

At first, the trait Baring is needed.

rust use progressing::{ // The underlying Trait Baring, // Just handy names for the examples below bernoulli::Bar as BernoulliBar, clamping::Bar as ClampingBar, mapping::Bar as MappingBar, };

In the following, different use-cases of the provided progress-bars are presented. Note, that the examples below use set(...), but add(...) is supported as well.

Setup and usage

Just add progressing = '3' to the dependencies in Cargo.toml.

Please refer to the examples for some more examples.