bridge_macros

Attribute Macro sl_sh_fn

Source
#[sl_sh_fn]
Expand description

macro that creates a bridge between rust native code and sl-sh code, specify the lisp function name to be interned with the “fn_name” attribute. This macro outputs all of the generated bridge code as well as the original function’s code so it can be used by the generated bridge code.