Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.98 KB

File metadata and controls

30 lines (22 loc) · 1.98 KB

Gobley

License Crates.io Gradle Plugin Portal GitHub Actions Workflow Status (All Platforms) GitHub Actions Workflow Status (Docker)

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.