display_buffered
A small library that provides convinience function to write all the elements into a writer with buffering
Examples
use display_buffered;
use stdout;
// Prints 10, 20 and 30 on sepparate lines
display_buffered.unwrap
use write_buffered_strings;
use stdout;
write_buffered_strings.unwrap // Prints 102030