pub fn read_installs_manifest(
    fh: &mut impl Read
) -> Result<Vec<(PathBuf, String)>>
Expand description

Read an installs manifest from a given reader.

Returns a mapping of filesystem path to expected SHA-256 digest.