| Crates.io | fluxus-utils |
| lib.rs | fluxus-utils |
| version | 0.2.0 |
| created_at | 2025-04-24 15:57:44.582002+00 |
| updated_at | 2025-05-14 02:10:44.493038+00 |
| description | Utility components for Fluxus stream processing engine |
| homepage | https://github.com/lispking/fluxus |
| repository | https://github.com/lispking/fluxus |
| max_upload_size | |
| id | 1647438 |
| size | 25,633 |
Utility components for the Fluxus stream processing engine. This crate provides a set of useful tools and helper functions to support the development and operation of Fluxus.
The fluxus-utils crate exposes three core modules: error_converters, models, and window. These modules can be utilized across different parts of the Fluxus ecosystem to streamline common tasks and improve overall system functionality.
error_convertersThe error_converters module contains utility functions for converting between different error types. This is particularly useful when dealing with errors that may be encountered in different parts of the Fluxus system.
modelsThe models module defines various data structures used throughout the Fluxus ecosystem. These models include configuration settings, event data, and other essential components.
windowThe window module provides functionality for managing time-based windows in Fluxus. This is particularly useful for tasks such as aggregating data over time intervals.