| Crates.io | fluxus-core |
| lib.rs | fluxus-core |
| version | 0.2.0 |
| created_at | 2025-04-23 04:08:18.731236+00 |
| updated_at | 2025-05-14 02:15:04.403976+00 |
| description | Core components for Fluxus stream processing engine |
| homepage | |
| repository | https://github.com/lispking/fluxus |
| max_upload_size | |
| id | 1645006 |
| size | 73,252 |
Core implementations and data structures for the Fluxus stream processing engine.
This crate provides the fundamental building blocks and implementations for the Fluxus stream processing engine:
Core window implementations:
TumblingWindow - Fixed-size, non-overlapping windowsSlidingWindow - Overlapping windows with slide intervalSessionWindow - Dynamic windows based on event timingState handling for stream operations:
Data partitioning strategies:
Add this to your Cargo.toml:
[dependencies]
fluxus-core = "0.2"
This crate is usually not used directly but through the fluxus-api crate.