tools/wrapped_reader_stream.rs: new helper class

Will use that to download catar files.
This commit is contained in:
Dietmar Maurer
2019-01-20 09:38:28 +01:00
parent 6a4c091616
commit 7f0d67cf79
2 changed files with 56 additions and 0 deletions

View File

@ -20,6 +20,7 @@ use std::os::unix::io::AsRawFd;
use serde_json::Value;
pub mod timer;
pub mod wrapped_reader_stream;
/// The `BufferedReader` trait provides a single function
/// `buffered_read`. It returns a reference to an internal buffer. The