rust-lang / git2-rs

libgit2 bindings for Rust
https://docs.rs/git2
Apache License 2.0
1.65k stars 381 forks source link

Make Binding public #940

Open edrevo opened 1 year ago

edrevo commented 1 year ago

Fixes https://github.com/rust-lang/git2-rs/issues/928

This allows users to use the libgit2-sys binding for things that might not have git2 support yet.