davidB / git2_credentials

Provide credentials function to used with git2::RemoteCallbacks.credentials
Apache License 2.0
21 stars 4 forks source link

Re-exporting `git2` #41

Closed gifnksm closed 12 months ago

gifnksm commented 12 months ago

I would suggest re-exporting git2 since the git2_credentials API contains types from git2.

See the Effective Rust article for more information about re-exporting.