logged-stream 0.2.0
This Rust library provides a wrapper for structures which implements `std::io::Read` and `std::io::Write` traits or their asynchronous analogues
from tokio to enable logging of all read and write operations, errors and drop. Simple example of usage: logging traffic of TCP stream into console.