Function read_git
Source pub fn read_git<R: Read + Seek>(reader: &mut R) -> GitResult<GitFile>
Expand description
Reads a typed GIT file from reader.
§Errors
Returns GitError if the data cannot be read or does not conform to the
GIT format.
§Examples
let _ = nwnrs_git::read_git;