miden-stdlib-sys 0.13.0

Low-level Rust bindings for the Miden standard library
Documentation
1
2
3
4
5
6
#![no_std]
#![feature(optimize_attribute)]

mod mem;
mod crypto;
mod collections;