Fluxion v0.6.0 released!

I'm excited to announce Fluxion v0.6.0, a Rust reactive streams library with temporal ordering guarantees, bullet-proof testing, awesome documentation, 0 warnings, no unsafe code, 0 unwraps in productive code and friendly fluent API!

New features:

  • 5 new operators: share, partition, sample_ratio, tap, window_by_count

  • FluxionSubject: foundation for multi-consumer scenario

  • improved documentation with more examples and explanations

Next release:

  • support for multiple runtimes! RxRust's days are counted!

Check it out and provide feedback!

1 Like