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
[book]
title = "dataflow-rs Documentation"
authors = ["Plasmatic"]
description = "Lightweight, rule-driven workflow engine for data processing pipelines"
language = "en"
src = "src"

[build]
build-dir = "book"

[output.html]
git-repository-url = "https://github.com/GoPlasmatic/dataflow-rs"
default-theme = "light"
preferred-dark-theme = "navy"
edit-url-template = "https://github.com/GoPlasmatic/dataflow-rs/edit/main/docs/{path}"
additional-js = ["theme/dataflow-playground.js"]
additional-css = ["theme/dataflow-playground.css"]

[output.html.fold]
enable = true
level = 1