halo2/halo2_frontend/src/circuit/floor_planner.rs

6 lines
114 B
Rust

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