progressive 0.1.0

A rust library for showing progress of iterators and loops
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.clippy]
optional = true
version = "*"

[features]
default = []

[package]
authors = ["Paul Lange <palango@gmx.de>"]
description = "A rust library for showing progress of iterators and loops"
homepage = "https://github.com/palango/progressive"
keywords = ["iterator", "progress"]
license = "MIT/Apache-2.0"
name = "progressive"
readme = "README.md"
repository = "https://github.com/palango/progressive"
version = "0.1.0"