Structs§
Functions§
- create_
c_ enum_ class - generate_
c_ externs_ file - Extern functions can be saved in another header file. Particularly useful while importing C methods in Swift.
- generate_
swift_ file - Function generates a C header that can be used as an Objective-C bridging layer to the compiled Rust static library.
- translate_
c_ enums - Translates rust enum into its C equivalents. For any Rust enum only a C enum class representation is generated (for both unit and field enums).