Function uniffi_bindgen::macro_metadata::extract::extract_from_library
source · pub fn extract_from_library(path: &Utf8Path) -> Result<Vec<Metadata>>
Expand description
Extract metadata written by the uniffi::export
macro from a library file
In addition to generating the scaffolding, that macro and also encodes the
uniffi_meta::Metadata
for the components which can be used to generate the bindings side of
the interface.