1 2 3 4 5 6
#![allow(unsafe_code, clippy::needless_pass_by_value)] mod api; mod error; mod run_generator; mod run_program;