fluxus-transformers 0.1.3

Transformer components for Fluxus stream processing engine
Documentation

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"