Appearance
Uniffi Examples
Welcome to the companion documentation website for the uniffi-examples repository.
The repository hosts a series of examples that demonstrate how to develop language bindings libraries using the uniffi-rs library. For more information on how to use uniffi-rs, see the official documentation.
Prerequisites
The examples in this repository output a Kotlin library meant to run on the JVM, version 17 or later. To build the examples, you'll need to install the following tools:
- Rust
- If you are building on macOS, also install the required M1 JVM target:
shell
rustup target add aarch64-apple-darwin