mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-11 18:23:09 +00:00
13 lines
303 B
Rust
13 lines
303 B
Rust
// 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;
|