provekit_noirc_driver 1.0.0-beta.20-alpha.1

Noir compiler driver.
Documentation
1
2
3
4
5
pub(crate) mod arith;
pub(crate) mod bit;

pub use arith::{Add, Div, Mul, Neg, Rem, Sub, WrappingAdd, WrappingMul, WrappingSub};
pub use bit::{BitAnd, BitOr, BitXor, Not, Shl, Shr};