gobley
Introduction: Embed Rust into your Kotlin Multiplatform project
Tags:
A set of libraries and tools that help you mix Rust and Kotlin using UniFFI. This project was forked from UniFFI Kotlin Multiplatform bindings. Since the original project is no longer maintained, active development now continues here.
Currently, Android, Kotlin/JVM, and Kotlin/Native are supported. WASM is not supported yet.
Features
- UniFFI Bindings Generation for Kotlin Multiplatform (Android, JVM, Kotlin/Native)
- KotlinX Serialization Support
- Automatic building and linking of Rust libraries to Kotlin projects
Getting started
Please read the tutorial and the documentation to get started. If you have trouble setting up your project, please create a question in GitHub Discussions. For the contribution guide, please refer to here.