[−][src]Function flowclib::compiler::loader::load_metadata
pub fn load_metadata(url: &str, provider: &dyn Provider) -> Result<MetaData>
load library metadata from the given url using the provider.
Currently it used the package
table of Cargo.toml as a source but it could
easily use another file as along as it has the required fields to satisfy MetaData
struct