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
I see that typeshare creates classes in kotlin for the equivalent rust classes but when it comes to creating methods, the library doesn't support it.
Any idea when you would add support to that?
The text was updated successfully, but these errors were encountered:
I don't think this can be done in most cases. For simple cases like getters/setters yes, but if a method has any logic translating this logic to all the various languages that typeshare produces wouldn't be possible without in-depth abstract syntax analysis on the Rust side.
I strongly suspect this is not in the roadmap for this library and it will never be implemented.
I see that typeshare creates classes in kotlin for the equivalent rust classes but when it comes to creating methods, the library doesn't support it.
Any idea when you would add support to that?
The text was updated successfully, but these errors were encountered: