Has anybody tried to use Kotlin/Native with Rust l...
# kotlin-native
s
Has anybody tried to use Kotlin/Native with Rust librairie? Is it possible to use C interrop for that use case? I would be interested to combine both with Kotlin/Native for applications/business logic and Rust for high performance libraries like parsing etc. on server side.
g
If rust generates C headers that it possible I believe
s