fluxus-utils 0.2.0

Utility components for Fluxus stream processing engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Fluxus Utils

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.

## Overview

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_converters`
The `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.

### `models`
The `models` module defines various data structures used throughout the Fluxus ecosystem. These models include configuration settings, event data, and other essential components.

### `window`
The `window` module provides functionality for managing time-based windows in Fluxus. This is particularly useful for tasks such as aggregating data over time intervals.