2 releases

Uses new Rust 2024

new 0.1.3 Apr 24, 2025
0.1.2 Apr 24, 2025

#670 in Science


Used in 5 crates

Apache-2.0

21KB
378 lines

Fluxus Sinks

Sink components for the Fluxus stream processing engine.

Overview

This crate provides various sink implementations for the Fluxus stream processing engine, allowing processed data to be output to different destinations.

Key Sinks

  • BufferedSink - Buffered output for efficient writes.
  • ConsoleSink - Output data to the console for debugging.
  • DummySink - A placeholder sink for testing.
  • FileSink - Write data to files.

Usage

Add this to your Cargo.toml:

[dependencies]
fluxus-sinks = "0.1"

Dependencies

~5–13MB
~120K SLoC