dataflow-rs 2.0.15

A lightweight, rule-driven workflow engine for building powerful data processing pipelines and nanoservices in Rust. Extend it with your custom tasks to create robust, maintainable services.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* ============================================
   Dataflow Visualizer Styles
   ============================================ */

/* Theme variables (light/dark) */
@import './theme.css';

/* Layout and core components */
@import './layout.css';

/* Tree view (VSCode explorer style) */
@import './tree.css';

/* Debug mode styles */
@import './debug.css';

/* Flow diagram styles */
@import './flow-diagram.css';