ggen-core 26.7.3

Core graph-aware code generation engine
Documentation
1
2
3
4
5
6
7
8
9
10
//! Deterministic manufacturing engine for Vision 2030
//!
//! This module implements the manufacturing operators and proof gates required for
//! verifiable artifact production.

pub mod gates;
pub mod operator;

pub use gates::{GateResult, ProofGate};
pub use operator::{ManufacturingOperator, OperatorContext};