Module api

Module api 

Source
Expand description

Dynamically load SF libs and c functions. SF shared lib provides these functions, and we dynamically load them here so that user of this crate does not need to worry about installing SF lib and linking, which can be complex.

Structsยง

API_TABLE
All SF APIs entrypoints needed for mssf. These APIs are lazy loaded at the first time use after app starts.
ApiTable
Contains all SF APIs loaded from SF libs needed for mssf. More APIs can be added here when mssf needs them.
LibTable
Contains all the SF shared libs needs to be loaded for mssf.