0

I would like to parse a packfile's objects to the git2 types such as git2::Commit, Blob, Tree etc...(The pacfile is a String)

Is there something in the git2 crate for this, i've looked for some time but i am unable to find anything that i could use to do this.

Should i just implement something on my own to parse a packfile recieved as a String or a &str to do this or is it possible to do this using git2.

Snek
  • 141
  • 1
  • 7

0 Answers0