Open suprohub opened 1 day ago
though rust is a very good language and one of my favorite right now, i didn't know anything about rust when i was starting out on this project
but i knew C before hand, tried it, but figured its just too arebone for my requirements, so the easiest and most reasonable options for me are C++
yeah sure, you can rewrite some of the function in rust (and it will be awesome, since rust is much more modern, clean and safe than c++)
but I am not too sure if it will work/link nicely with android JNI (the hard part, since we need to maintain backward compatibility)
though rust is a very good language and one of my favorite right now, i didn't know anything about rust when i was starting out on this project
but i knew C before hand, tried it, but figured its just too arebone for my requirements, so the easiest and most reasonable options for me are C++
yeah sure, you can rewrite some of the function in rust (and it will be awesome, since rust is much more modern, clean and safe than c++)
but I am not too sure if it will work/link nicely with android JNI (the hard part, since we need to maintain backward compatibility)
Jni i think worka, i see libs. So you kan browse on https://lib.rs
can i rewrite some funcs in rust?