multi-readers

Crates.iomulti-readers
lib.rsmulti-readers
version0.6.0
created_at2023-12-04 05:45:09.920836+00
updated_at2025-03-26 05:30:12.364392+00
descriptionCombining multiple readers
homepage
repositoryhttps://github.com/cradiy/multi-readers.git
max_upload_size
id1057249
size19,389
Cradiy (cradiy)

documentation

README

Crate Info

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 )
Commit count: 0

cargo fmt