progress_bar 1.0.2

A crate that allows you to display a progress bar (same style than the cargo progress bar).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.lazy_static]
version = "1.4"

[package]
authors = ["Mubelotix <unbeliever.in.time@gmail.com>"]
categories = ["command-line-interface"]
description = "A crate that allows you to display a progress bar (same style than the cargo progress bar)."
edition = "2018"
license = "MIT"
name = "progress_bar"
readme = "README.md"
repository = "https://github.com/Mubelotix/cli_progress_bar"
version = "1.0.2"