openvm-platform 2.0.1

OpenVM Rust platform definitions.
1
2
3
4
5
#[cfg(not(feature = "heap-embedded-alloc"))]
mod bump;

#[cfg(feature = "heap-embedded-alloc")]
pub mod embedded;