pub fn read_host_data(path: &Path) -> Result<HostData>Expand description
Read a HostData previously produced by write_host_data.
Errors with InvalidData for any header/version/tag mismatch — these
usually mean the file came from a different cubek version and should be
regenerated.