catread 0.2.0

A reader that allows for concatenation of multiple readers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "catread"

authors = ["J/A"]

version = "0.2.0"

edition = "2018"

license = "MIT OR Apache-2.0"

readme = "README.md"

documentation = "https://docs.rs/catread"

homepage = "https://github.com/archer884/catread"

repository = "https://github.com/archer884/catread"

description = """
A reader that allows for concatenation of multiple readers.
"""



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]