pub fn parse_id_map(path: &Path) -> Result<Vec<IdMapEntry>>Expand description
Parse ID map entries from a SRUDB.dat file.
Returns all entries from the SruDbIdMapTable table.
§Errors
Returns an error if the file cannot be read or is not a valid ESE database.