Crates.io | printio |
lib.rs | printio |
version | 0.2.2 |
source | src |
created_at | 2023-01-31 19:48:22.344724 |
updated_at | 2023-01-31 20:29:00.988884 |
description | A simple library to intercept a Reader or Writer and print it to something on its way in or out. Useful for debugging. |
homepage | https://github.com/laudiacay/printio |
repository | https://github.com/laudiacay/printio |
max_upload_size | |
id | 772919 |
size | 6,570 |
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?