[badges.maintenance]
status = "actively-developed"
[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
将多个 [`Read`] 实例组合为具有可配置错误处理的顺序读取管道
"""
edition = "2024"
keywords = ["chain", "concat", "read", "reader"]
license = "MIT"
name = "chain-reader"
readme = false
repository = "https://github.com/Meow0x7E/chain-reader"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = true
strip = true