pub fn parse_manifest(
path: &Path,
fallback_name: &str,
) -> Result<PluginManifest, Error>Expand description
Read and parse path (a plugin.toml file) — see parse_manifest_str.
fallback_name is the containing directory’s name.
pub fn parse_manifest(
path: &Path,
fallback_name: &str,
) -> Result<PluginManifest, Error>Read and parse path (a plugin.toml file) — see parse_manifest_str.
fallback_name is the containing directory’s name.