pub fn read_buildpackage_data(
    project_path: impl AsRef<Path>
) -> Result<Option<BuildpackageData>, ReadBuildpackageDataError>
Expand description

Reads buildpackage data from the given project path.

Errors

Will return Err if the buildpackage data could not be read successfully.