Function parse_git_root
Source pub fn parse_git_root(root: &GffRoot) -> GitResult<GitFile>
Expand description
Parses a typed GIT file from a decoded GffRoot.
§Errors
Returns GitError if the root file type is not GIT .
§Examples
let _ = nwnrs_git::parse_git_root;