Skip to content

c version of encoder #6

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

Open
tobybear opened this issue Apr 27, 2025 · 2 comments
Open

c version of encoder #6

tobybear opened this issue Apr 27, 2025 · 2 comments

Comments

@tobybear
Copy link

Would it be possible for someone to provide also the encoder as a C file? My Rust knowledge is a bit "rusty" and I'd love to play around with it in C :)

@Daninet
Copy link
Owner

Daninet commented Apr 27, 2025

Would it help to build a dynamic library from Rust encoder that you could quickly link into your C/C++ project? This would be a lot easier than porting the whole encoder to C and maintaining two codebases.

@tobybear
Copy link
Author

My main aim is playing around/trying to optimize/adapt the encoder, so native source access would be preferable for me. So I guess I will either try to convert the Rust encoder to C myself or learn some Rust again. :)

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

2 participants