8000 GitHub - gobley/gobley: Embed Rust into your Kotlin Multiplatform project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gobley/gobley

Repository files navigation

Gobley

License Crates.io Gradle Plugin Portal GitHub Actions Workflow Status

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.

0