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
# Summary

[Introduction](./introduction.md)
[Playground](./playground.md)

# Getting Started

- [Installation]./getting-started/installation.md
- [Quick Start]./getting-started/quick-start.md
- [Basic Concepts]./getting-started/basic-concepts.md

# Core Concepts

- [Overview]./core-concepts/overview.md
- [Engine]./core-concepts/engine.md
- [Workflow]./core-concepts/workflow.md
- [Task]./core-concepts/task.md
- [Message]./core-concepts/message.md
- [Error Handling]./core-concepts/error-handling.md

# Built-in Functions

- [Overview]./built-in-functions/overview.md
- [Parse]./built-in-functions/parse.md
- [Map]./built-in-functions/map.md
- [Validation]./built-in-functions/validation.md
- [Publish]./built-in-functions/publish.md

# JavaScript/TypeScript

- [WASM Package]./wasm/overview.md
- [UI Package]./ui/overview.md

# Advanced

- [Custom Functions]./advanced/custom-functions.md
- [JSONLogic]./advanced/jsonlogic.md
- [Audit Trails]./advanced/audit-trails.md
- [Performance]./advanced/performance.md

# Reference

- [API Reference]./api/reference.md