printio 0.2.2

A simple library to intercept a Reader or Writer and print it to something on its way in or out. Useful for debugging.
Documentation
1
2
3
4
5
# 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?