pub fn load_package_manifest(
    path: &Path
) -> Result<Option<(PathBuf, Manifest)>, Error>
Expand description

Load a package manifest from the manifest file.

Path can either be a directory, or a concrete file path.