runtara_workflows/codegen/mod.rs
1// Copyright (C) 2025 SyncMyOrders Sp. z o.o.
2// SPDX-License-Identifier: AGPL-3.0-or-later
3//! Code generation modules for workflow compilation.
4//!
5//! This module contains AST-based code generation logic for translating
6//! workflow JSON definitions into executable Rust code using syn/quote.
7
8pub mod ast;