Expand description
IO related utilities functions for ease of use.
Re-exports§
pub use split::Splittable;
Modules§
- split
- Functionality to split an I/O type into separate read and write halves.
Structs§
- Null
- An empty reader and writer constructed via
null
. - Repeat
- A reader that infinitely repeats one byte constructed via
repeat
. - Take
- Read up to a limit number of bytes from reader.