speedometer 0.2.0

Measure throughput in bytes per second
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "speedometer"
version = "0.2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/datrs/speedometer"
documentation = "https://docs.rs/speedometer"
description = "Measure throughput in bytes per second"
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
readme = "README.md"

[dependencies]
failure = "0.1.1"

[dev-dependencies]
clippy = "0.0"