pub fn generate_swift_file(
extern_module_translator: &ExternModuleTranslator,
) -> String
Expand description
Function generates a C header that can be used as an Objective-C bridging layer to the compiled Rust static library.
pub fn generate_swift_file(
extern_module_translator: &ExternModuleTranslator,
) -> String
Function generates a C header that can be used as an Objective-C bridging layer to the compiled Rust static library.