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 |
#786 in Science
408 downloads per month
Used in 6 crates
(4 directly)
49KB
1K
SLoC
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.2"
Dependencies
~8–20MB
~258K SLoC