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

I'd like to take the crates.io name #7

Open
colinmarc opened this issue Feb 18, 2024 · 0 comments
Open

I'd like to take the crates.io name #7

colinmarc opened this issue Feb 18, 2024 · 0 comments

Comments

@colinmarc
Copy link

Hi folks,

I recently wrote bindgen wrappers for svt-av1 and svt-hevc, as well as higher level rust bindings: https://github.com/colinmarc/svt-rs/

My bindgen wrappers support niceties like log redirection through the log crate and static linking, but my svt-av1-sys is probably otherwise functionally identical to this one. However, I'd like to publish all three crates (svt, svt-av1-sys, and svt-hevc-sys) together, since the first depends on the other two. I can't do that because svt-av1-sys is taken on crates.io.

Given that this seems mostly unmaintained anyway, I was wondering if you would mind me taking over the crate name and publishing my version instead? If you don't want to, I understand, and there are workarounds I could employ (for example, calling mine svt-av1-sys-next or something gross like that).

Thanks in advance for your thoughts!

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

No branches or pull requests

1 participant