3 unstable releases
Uses new Rust 2024
new 0.2.0 | May 14, 2025 |
---|---|
0.1.3 | Apr 24, 2025 |
0.1.2 | Apr 24, 2025 |
#778 in Science
293 downloads per month
Used in 4 crates
44KB
864 lines
Fluxus Transformers
Transformer components for the Fluxus stream processing engine.
Overview
This crate provides various transformation implementations for the Fluxus stream processing engine, allowing data to be processed and transformed in different ways.
Key Transformers
TransformSource
- Basic data transformation.TransformSourceWithOperator
- Data transformation with custom operators.
Usage
Add this to your Cargo.toml
:
[dependencies]
fluxus-transformers = "0.1"
Dependencies
~5–12MB
~117K SLoC