countio-0.1.4 has been yanked.
xwde: countio
The wrapper struct to enable byte counting for std::io::Read and
std::io::Write and its asynchronous variants from futures and tokio
crates.
Features
stdto enablestd::io::Readandstd::io::Write. Enabled by default.futuresto enablefutures_io::AsyncReadandfutures_io::AsyncWrite.tokioto enabletokio::io::AsyncReadandtokio::io::AsyncWrite.
Examples
std::io::Read:
use *;
use BufReader;
use Counter;
std::io::Write:
use *;
use BufWriter;
use Counter;