pub fn generate_swift_file(
extern_module_translator: &ExternModuleTranslator,
) -> StringExpand 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,
) -> StringFunction generates a C header that can be used as an Objective-C bridging layer to the compiled Rust static library.