Struct swift_bridge_build::GeneratedCode [−][src]
pub struct GeneratedCode { /* fields omitted */ }
Expand description
Generated Swift files and C headers.
Implementations
pub fn write_all_concatenated(
&self,
swift_bridge_out_dir: impl AsRef<Path>,
package_name: &str
)
pub fn write_all_concatenated(
&self,
swift_bridge_out_dir: impl AsRef<Path>,
package_name: &str
)
Write all of the generated Swift to a single Swift file and all of the generated C headers to a single header file.
Concatenate all of the generated Swift code into one file.