progress 0.1.1

Library for showing text based progress bar and job status
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "progress"
description = "Library for showing text based progress bar and job status"
authors = ["Ying-Ruei Liang (KK) <thumbd03803@gmail.com>"]
version = "0.1.1"
exclude = ["assets/*"]

homepage = "https://github.com/TheKK/progress"
documentation = "https://TheKK.github.io/progress/progress"
readme = "README.md"
license = "MIT"

keywords = ["progress", "bar", "terminal"]

[dependencies]
terminal_size = "0.1.1"