Crate concat

Source
Expand description

Provides the Concat reader adaptor, which wraps around an iterator of readers and exposes its items’ contents sequentially. Thus, the contents read from a Concat instance will be the concatenation of the items’ contents.

Structs§

Concat

Functions§

concat