Expand description
Raw escape hatch for Hopper Native.
Direct access to syscalls, unchecked CPI, and memory primitives. Only use in audited paths where the higher-level APIs are insufficient.
Re-exportsยง
pub use crate::cpi::invoke_signed_unchecked;pub use crate::cpi::invoke_unchecked;pub use crate::mem::*;pub use crate::syscalls::*;