printio

Crates.ioprintio
lib.rsprintio
version0.2.2
sourcesrc
created_at2023-01-31 19:48:22.344724
updated_at2023-01-31 20:29:00.988884
descriptionA simple library to intercept a Reader or Writer and print it to something on its way in or out. Useful for debugging.
homepagehttps://github.com/laudiacay/printio
repositoryhttps://github.com/laudiacay/printio
max_upload_size
id772919
size6,570
Claudia Richoux (laudiacay)

documentation

https://docs.rs/printio

README

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?

Commit count: 6

cargo fmt