transfer-progress 0.1.0

Easily monitor the transfer of bytes from a reader to a writer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.bytesize]
optional = true
version = "1.1.0"

[dependencies.progress-streams]
version = "1.1.0"

[features]
default = ["bytesize"]

[package]
authors = ["Michael Connor Buchan <mikey@blindcomputing.org"]
description = "Easily monitor the transfer of bytes from a reader to a writer"
edition = "2018"
license = "MIT/Apache-2.0"
name = "transfer-progress"
version = "0.1.0"