Skip to main content

zinc_piop/lookup/
mod.rs

1//! Lookup argument for the Zinc+ PIOP.
2pub mod booleanity;
3pub mod structs;
4
5pub use structs::*;