Skip to main content

parse_manifest

Function parse_manifest 

Source
pub fn parse_manifest(
    path: &Path,
    fallback_name: &str,
) -> Result<PluginManifest>
Expand description

Read and parse path (a plugin.toml file) — see parse_manifest_str. fallback_name is the containing directory’s name.