avance 0.6.1

A lightweight, concurrent and easy-to-use progress bar
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
A Rust library for easily displaying progress bar in command line applications.

avance provides out of box progress bar utilites, which are lightweight, user-friendly
and can be used fearlessly in a concurrent environment.

[![Documentation](https://docs.rs/avance/badge.svg)](https://docs.rs/avance/)
[![Crates.io](https://img.shields.io/crates/v/avance.svg)](https://crates.io/crates/avance)

# Examples

[examples/single.rs](examples/single.rs)
<img src="https://github.com/Aubrey-Liu/avance/raw/main/screenshots/single.gif">

[examples/multi.rs](examples/multi.rs)
<img src="https://github.com/Aubrey-Liu/avance/raw/main/screenshots/multi.gif">