13 lines
303 B
Rust
Raw Normal View History

// TODO: Remove these when crate is closer to being finished.
#![allow(dead_code)]
#![allow(unused_variables)]
#![allow(unreachable_code)]
#![allow(clippy::diverging_sub_expression)]
mod column_layout;
mod core_registers;
mod memory;
mod permutation_unit;
mod public_input_layout;
pub mod system_zero;