3 unstable releases

Uses new Rust 2024

new 0.2.0 May 14, 2025
0.1.3 Apr 24, 2025
0.1.2 Apr 24, 2025

#773 in Science

Download history 262/week @ 2025-04-23 19/week @ 2025-04-30 22/week @ 2025-05-07

303 downloads per month
Used in 7 crates (5 directly)

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.2"

Dependencies

~5–12MB
~117K SLoC