Crates.io | stream-operators |
lib.rs | stream-operators |
version | 0.1.1 |
source | src |
created_at | 2022-10-21 05:50:05.379732 |
updated_at | 2023-01-11 04:50:05.210696 |
description | a collection of selected rxjs operators for rust standard Stream |
homepage | https://github.com/tyrchen/stream-operators |
repository | https://github.com/tyrchen/stream-operators |
max_upload_size | |
id | 693203 |
size | 35,554 |
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.
See tests for each operator.