halo2/halo2_common/src/circuit/floor_planner.rs

7 lines
115 B
Rust

//! Implementations of common circuit floor planners.
pub mod single_pass;
pub mod v1;
pub use v1::{V1Pass, V1};