fluxion-rx-0.2.0 has been yanked.
fluxion-rx
Part of Fluxion - A reactive stream processing library for Rust
The main convenience crate for Fluxion, re-exporting all stream operators and utilities with a friendly interface.
Overview
This crate provides a unified API for working with reactive streams in Rust. It brings together:
- Stream combinators from
fluxion-stream - Core traits and types from
fluxion-core - Execution utilities from
fluxion-exec - Merge operators from
fluxion-mergeandfluxion-ordered-merge
Quick Start
Add this to your Cargo.toml:
[]
= "0.2.0"
Example
use FluxionStream;
use StreamExt;
async
Features
- Temporal ordering: Strong guarantees via sequence numbers
- Composable operators:
combine_latest,with_latest_from,merge, and more - Efficient: Minimal allocations, optimized for performance
- Well-tested: Extensive test coverage including edge cases
Documentation
For detailed documentation, see:
License
Apache-2.0