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
  • Coverage
  • 46.15%
    6 out of 13 items documented0 out of 10 items with examples
  • Size
  • Source code size: 6.23 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.8 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • laudiacay/printio
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • laudiacay

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?