1//! The eDSL programs used for OpenVM continuations, using STARK aggregation. 2pub mod common; 3pub mod internal; 4pub mod leaf; 5pub mod root; 6pub mod utils;