[][src]Crate funck

Funck is a small library providing the tools required to write & deploy functions to the Funcky FaaS platform .

Macros

export

export!() auto-implements the Funcktion trait and generates an FFI wrapper to construct the exported structure.

Structs

CallError

Error thrown automatically when the provided call method triggers an uwinding panic.

Traits

Funcktion

The Funcktion trait must be implemented by any cloud functions to be loaded in the system.