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
The API is slightly challenging to work with due to passing callbacks from Rust to C++ slightly challenging. Will require some thinking/change how the API works from the Rust side.
The text was updated successfully, but these errors were encountered:
Just leave it out. The purpose of that call is to dynamically add C++ implementations of a format readers/writers. I think we'd want a different mechanism if and when we allow Rust implementations of formats. Without that, I can't see how this would be of use to Rust clients of the library.
Sounds good. I was thinking of revisiting this once we start implementing creating Rust powered formats. Maybe do that all via a C interface? Don't know, will play around with that.
The API is slightly challenging to work with due to passing callbacks from Rust to C++ slightly challenging. Will require some thinking/change how the API works from the Rust side.
The text was updated successfully, but these errors were encountered: