miden-base-sys 0.12.0

Miden rollup Rust bingings and MASM library
Documentation
1
2
3
4
5
// Enable no_std for the bindings module
#![no_std]
#![deny(warnings)]

pub mod bindings;