Expand description

A variant of Zome which is defined entirely by native, inline Rust code

This type of Zome is only meant to be used for testing. It’s designed to make it easy to write a zome on-the-fly or programmatically, rather than having to go through the heavy machinery of wasm compilation

Modules

Structs

A type marker for a coordinator InlineZome.
An inline zome clonable type object.
An InlineZome, which consists
A type marker for an integrity InlineZome.

Traits

Type Definitions

An inline zome function takes a Host API and an input, and produces an output.