Stream Operators

This is a collection of selected rxjs operators for rust standard Stream. Though the operators are coming from the ReactiveX world, I'm not trying to reinvent the observable ecosystem for rust. If you need that, you could use rxrust. For this repom I'm just trying to provide a set of stream operators which could be used for Stream.

Supported Operators

Operators supported by tokio-stream

Operators supported by futures

Usage

See tests for each operator.