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
Currently we can expose the functions with much boilerplate involved. Not to mention the manual work that goes into instantiating the templates and exposing them in Rust. This is an inefficient approach and a lot of man hours are wasted in this.
What we have?
We have tools to parse C++ headers.
We have a design pattern that we use to expose these functions
Next steps for the brave:
Use the C++ header parser (clang?) and write patterns to generate bindings
Write a rust macro to generate boilerplate code on the fly
The text was updated successfully, but these errors were encountered:
Currently we can expose the functions with much boilerplate involved. Not to mention the manual work that goes into instantiating the templates and exposing them in Rust. This is an inefficient approach and a lot of man hours are wasted in this.
What we have?
Next steps for the brave:
The text was updated successfully, but these errors were encountered: