Function uniffi_bindgen::library_mode::generate_bindings
source · pub fn generate_bindings<T: BindingGenerator + ?Sized>(
library_path: &Utf8Path,
crate_name: Option<String>,
binding_generator: &T,
config_file_override: Option<&Utf8Path>,
out_dir: &Utf8Path,
try_format_code: bool
) -> Result<Vec<Source<T::Config>>>
Expand description
Generate foreign bindings
Returns the list of sources used to generate the bindings, in no particular order.