Skip to main content

wrapper_name

Function wrapper_name 

Source
pub fn wrapper_name(
    module: &str,
    func: &str,
    strip_module_prefix: bool,
) -> String
Expand description

Build the wrapper function name exposed to the foreign language.

When strip_module_prefix is true, returns just func. When false, returns {module}_{func}.