stream_multiplexer 0.10.0

Combines many streams into a few.
Documentation

stream_multiplexer

Build Status Latest Version Rust Documentation

Highly unstable API!

This library multiplexes many streams into fewer streams. New streams are assigned an identifier. Data from those streams are wrapped in a data structure that contains the Id and Bytes, and then funneled into another stream.