noi-core 0.0.1

Runtime glue for the noi Noir-to-Rust bindings
Documentation
1
2
3
4
5
6
#![doc = r#"Runtime primitives shared across the `noi` workspace."#]

pub mod export;
pub mod types;

pub use export::{load_export_dir, ExportFunction, Param, StructField, TypeRepr, Visibility};