clone-stream 0.3.0

Turn any Stream into a cloneable stream where each clone receives all items independently.
Documentation
clone-stream-0.3.0 has been yanked.

Clone-Stream

Crates.io Documentation

Turn any Stream into a cloneable stream where each clone receives all items independently.

Installation

Add to your Cargo.toml:

[dependencies]
clone-stream = "0.3"

Documentation

See the API documentation for examples and usage details.