rpm-timer 0.0.3

Small and simple to use tool that limits your processing speed to specified number of items per minute (or per second). Perfect for rate-limited APIs.
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "synek317/rpm-timer"

[dependencies.num_cpus]
version = "1.7.0"

[dependencies.scoped-pool]
version = "1.0.0"

[dev-dependencies.chrono]
version = "0.4.0"

[dev-dependencies.rand]
version = "0.3.18"

[[example]]
name = "000_hello"
path = "examples/000_hello.rs"

[[example]]
name = "001_slice"
path = "examples/001_slice.rs"

[[example]]
name = "002_iter"
path = "examples/002_iter.rs"

[lib]
doctest = false
path = "src/lib.rs"

[package]
authors = ["Marcin Sas-Szymanski <sasik520@gmail.com>"]
categories = []
description = "Small and simple to use tool that limits your processing speed to specified number of items per minute (or per second). Perfect for rate-limited APIs."
documentation = "https://docs.rs/rpm-timer"
keywords = ["timer", "periodically", "rpm", "rate", "limit"]
license = "MIT"
name = "rpm-timer"
readme = "README.md"
repository = "https://github.com/synek317/rpm-timer"
version = "0.0.3"