rust-chain 0.2.8

rust library for writing EOS rust smart contracts
Documentation
1
2
3
4
#[alloc_error_handler]
fn oom(_: core::alloc::Layout) -> ! {
    core::intrinsics::abort()
}