prgrs 0.6.0

prgrs is a progress bar for rust, that aims to work like the python package tqdm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.terminal_size]
version = "0.1.10"

[package]
authors = ["phil0x2e <ph-ketteni@t-online.de>"]
description = "prgrs is a progress bar for rust, that aims to work like the python package tqdm"
documentation = "https://docs.rs/prgrs"
edition = "2018"
license = "MIT"
name = "prgrs"
readme = "README.md"
repository = "https://github.com/phil0x2e/prgrs/"
version = "0.6.0"