Hacker News new | ask | show | jobs
by shams93 3796 days ago
I'm slowly learning rust. Ive worked with c and jni in android for sound apps but now Im ignoring my reactions over the weird parts of rust so i can use it to builda killer music application for raspberry pi
2 comments

If it helps, I've called Rust over JNI. Fairly easy in fact though I recommend judicious examination of examples on the web first.

Cargo is also very helpful in this regard.

Any references/repos to learn from?