fluxus-transformers

Crates.iofluxus-transformers
lib.rsfluxus-transformers
version0.2.0
created_at2025-04-24 15:58:23.491754+00
updated_at2025-05-14 02:14:14.820623+00
descriptionTransformer components for Fluxus stream processing engine
homepagehttps://github.com/lispking/fluxus
repositoryhttps://github.com/lispking/fluxus
max_upload_size
id1647442
size69,224
King (lispking)

documentation

README

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"
Commit count: 99

cargo fmt