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
# Dependencies
node_modules/

# Build output
dist/

# Local env files
*.local
.env
.env.*

# OS files
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo

# Vite cache
.vite/

# TypeScript cache
*.tsbuildinfo

# Logs
*.log
npm-debug.log*