Crate yomo_derive

source ·
Expand description

YoMo Rust development sdk (macros)

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

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.