Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making Binding public #928

Open
edrevo opened this issue Feb 14, 2023 · 0 comments · May be fixed by #940
Open

Making Binding public #928

edrevo opened this issue Feb 14, 2023 · 0 comments · May be fixed by #940

Comments

@edrevo
Copy link
Contributor

edrevo commented Feb 14, 2023

Sometimes when using git2 I'd like to use some libgit2 functionality that isn't exposed. libgit2-sys is already exporting the functions I am interested in, but I cannot access the raw pointer from a git2 object because Binding is not being publicly exported by the crate.

How does exporting this trait sound? It would allow for an escape hatch to be able to interact with libgit2-sys.

@edrevo edrevo linked a pull request Mar 23, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant