halo2_axiom/circuit/
floor_planner.rs

1//! Implementations of common circuit floor planners.
2
3pub(super) mod single_pass;
4
5//mod v1;
6//pub use v1::{V1Pass, V1};