Show HN: Fluxion – Rust async stream composition supporting error propagation
github.comΒ·4dΒ·
Discuss: Hacker News
Flag this post

Fluxion

A reactive stream processing library for Rust with temporal ordering guarantees, efficient async execution and friendly fluent API.

πŸ“Š See why Fluxion sets new standards for quality β†’

Table of Contents

Features

  • πŸ”„ Rx-Style Operators: Familiar reactive programming patterns (combine_latest, with_latest_from, ordered_merge, etc.)
  • ⏱️ Temporal Ordering: Guaranteed ordering semantics with Sequenced<T> wrapper
  • ⚑ Async Execution: Ef…

Similar Posts

Loading similar posts...