printio 0.2.1

A simple library to intercept a Reader or Writer and print it to something on its way in or out. Useful for debugging.
Documentation

PRINTIO!

This crate intercepts a reader or writer and prints the data to stdout, or wherever else you want to put it.

I found it useful for debugging, maybe you will too?