You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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.
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. :)
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 :)
The text was updated successfully, but these errors were encountered: