chain-reader 1.0.0

Combining multiple [`Read`] instances into a sequential read pipeline with configurable error handling
Documentation
[lib]
name = "chain_reader"
path = "src/lib.rs"

[package]
authors = ["Meow0x7E <Meow0x7E@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Combining multiple [`Read`] instances into a sequential read pipeline with configurable error handling"
edition = "2024"
keywords = ["chain", "concat", "read", "reader"]
license = "MIT"
name = "chain-reader"
readme = "README.md"
repository = "https://github.com/Meow0x7E/chain-reader"
version = "1.0.0"