Hi folks, does any one have experience in integrat...
# multiplatform
h
Hi folks, does any one have experience in integrate Rust as a cross platform library in KMP project? Could you please share the approach or samples and issues we might face?
👀 1
j
Rust is used in ktor webrtc module. So, I think you should check ktor repo under client module
K 1
h
Cool. Thank you. That’s very great use case
👍 1
s
Maybe also https://github.com/gobley/gobley is helpful.
kodee loving 2
🎉 2
h
Thank you Seb
r
I haven't publicized (or documented) it much, but I put this Kotlin/Rust Hello World together recently. It intentially writes all of its JNI/FFI code by hand in order to highlight how it works, but in a real project you probably want to use something like gobley. https://github.com/russhwolf/KtRs
K 1
Also doing shared rust at scale for work, but all closed source at the moment