Expand description
Funck is a small library providing the tools required to write & deploy functions to the Funcky FaaS platform .
Macros§
- export
export!()
auto-implements theFuncktion
trait and generates an FFI wrapper to construct the exported structure.
Structs§
- Call
Error - Error thrown automatically when the provided call method triggers an uwinding panic.
- Request
- Structure for getting data into a funcktion.
- Response
- Structure for getting data out of a funcktion.
Traits§
- Funcktion
- The Funcktion trait must be implemented by any cloud functions to be loaded in the system.