tqdm 0.2.2

Python tqdm in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.termion]
version = "1.5.6"

[package]
authors = ["yihengdu"]
categories = ["accessibility", "command-line-utilities"]
description = "Python tqdm in Rust"
documentation = "https://docs.rs/tqdm/latest/tqdm"
edition = "2018"
keywords = ["tqdm", "progress", "iterator"]
license = "MIT OR Apache-2.0"
name = "tqdm"
readme = "README.md"
repository = "https://github.com/mrlazy1708/tqdm"
version = "0.2.2"