mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
7 lines
129 B
Rust
7 lines
129 B
Rust
//! Tooling used for execution of compiled programs
|
|
|
|
#![deny(clippy::print_stdout)]
|
|
|
|
pub mod constant_evaluator;
|
|
pub mod witgen;
|