ARK-Builders / arklib-android

Gradle wrapper for ARKLib, for usage in Android projects
MIT License
4 stars 6 forks source link

Optimize bindings to Rust functions #140

Open kirillt opened 5 months ago

kirillt commented 5 months ago

The code located in arklib folder can be improved. In some places, we have redundant type conversions. Sometimes String is used as intermediate type for converting types. Also we should make the bindings code easier to write and maintain.