Skip to main content

miden_base_sys/
lib.rs

1// Enable no_std for the bindings module
2#![no_std]
3#![cfg_attr(target_family = "wasm", feature(linkage))]
4#![deny(warnings)]
5
6pub mod bindings;