Crate yomo

Source
Expand description

§YoMo Rust development sdk

This crate is designed for developers to implementing their own YoMo applications with Rust language.

Structs§

Context
Serverless handler function context

Attribute Macros§

handler
This is the streaming data process handler for your app. Therefore it will be executed once a data packet is incoming.
init
You can do the initialization tasks in this function.
observe_datatags
Return the observed datatags of this serverless function.