Expand description
§OpenVM standard library
Re-exports§
pub use openvm_platform as platform;
Modules§
- Hints emulation for the non-zkVM environment.
- User IO functions
- System exit and panic functions.
- Custom serialization and deserialization library that works on
serde::Serialize
andserde::Deserialize
traits.
Macros§
- This macro does nothing. You should name the function
main
so that the normal rust main function setup is used.
Functions§
- Require that accesses to behind the given pointer before the memory barrier don’t get optimized away or reordered to after the memory barrier.