15 releases (5 breaking)
0.6.0 | Mar 26, 2025 |
---|---|
0.4.1 | Dec 14, 2024 |
0.3.0 | Oct 31, 2024 |
0.2.0 | Jul 1, 2024 |
0.1.0 |
|
#691 in Asynchronous
134 downloads per month
13KB
272 lines
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
)
Dependencies
~0–5.5MB
~19K SLoC