Expand description
YoMo Rust development sdk
This crate is designed for developers to implementing their own YoMo applications with Rust language.
Structs
- Serverless handler function context
Attribute Macros
- This is the streaming data process handler for your app. Therefore it will be executed once a data packet is incoming.
- You can do the initialization tasks in this function.
- Return the observed datatags of this serverless function.