4 releases
0.2.2 | Nov 24, 2023 |
---|---|
0.2.1 | Jul 28, 2023 |
0.2.0 | Jun 15, 2023 |
0.1.0 | Apr 25, 2023 |
#2811 in Magic Beans
138 downloads per month
Used in 9 crates
(8 directly)
110KB
2K
SLoC
Wrapper for the tezos_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
tezos_smart_rollup_core
crate defines these as extern "C"
functions
that are unsafe to call.
Using tezos_smart_rollup_host allows a kernel to access these capabilites
without relying on unsafe
code.
Dependencies
~0–2.8MB
~56K SLoC