Multiple Readers
multiple-readers is a Rust library aimed at simplifying the process of combining multiple types that implement the std::io::Read trait into a unified reader.
Features
- Combines multiple types that implement the std::io::Read trait into a unified reader.
- Can read from data sources sequentially until all data sources are exhausted.
- Supports tokio (
Unstable)