1 unstable release
0.2.2 | Jul 30, 2024 |
---|
#4 in #mavryk
91 downloads per month
Used in 8 crates
110KB
2K
SLoC
Wrapper for the mavryk_smart_rollup_core
host function definitions
as a safe API.
The rollup make host functions available to the kernel, as a set of C-style APIs. The
mavryk_smart_rollup_core
crate defines these as extern "C"
functions
that are unsafe to call.
Using mavryk_smart_rollup_host allows a kernel to access these capabilites
without relying on unsafe
code.
Dependencies
~0–2.8MB
~54K SLoC