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
[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