dataflow-rs 2.1.5

A lightweight rules engine for building IFTTT-style automation and data processing pipelines in Rust. Define rules with JSONLogic conditions, execute actions, and chain workflows.
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';