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
Current state: Rust does not support C++ like generic templated types and the bindings generator isn't automated enough to instantiate C++ templates and expose the types that Rust can support. Neither was I able to find a way to expose generic types in Rust.
Possible solution: Use Rust macros to generate types that are supported in rust as well as in C++
The text was updated successfully, but these errors were encountered:
Current state: Rust does not support C++ like generic templated types and the bindings generator isn't automated enough to instantiate C++ templates and expose the types that Rust can support. Neither was I able to find a way to expose generic types in Rust.
Possible solution: Use Rust macros to generate types that are supported in rust as well as in C++
The text was updated successfully, but these errors were encountered: