miden_base_sys/
lib.rs

1// Enable no_std for the bindings module
2#![no_std]
3#![deny(warnings)]
4
5pub mod bindings;