mozilla/uniffi-rs
a multi-language bindings generator for rust observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2275
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
4896 stars · 325 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
UniFFI is a Rust toolkit that generates foreign-language bindings for Rust code, letting you write core logic once and call it from Kotlin, Swift, Python, Ruby, and more. Interfaces are described via UDL files or proc-macros, and the Rust code is compiled into a shared library for each target platform.
Use cases
- generate Kotlin bindings for a Rust library for Android apps
- expose Rust code to Swift for iOS development
- call Rust code from Python
- share business logic across mobile platforms written once in Rust
- create multi-language bindings for a Rust crate
- build cross-platform components with a Rust core
When to choose
- you have Rust business logic that must be reused across Android, iOS, and other targets
- you want auto-generated, maintained bindings instead of hand-written FFI code
- you prefer describing interfaces with proc-macros or UDL files
When to avoid
- you need C or C++ interop specifically (consider Diplomat or Interoptopus)
- you need a fully stable 1.0 API guarantee, as advanced features may break between upgrades
- your project is single-language and never crosses the FFI boundary
Facets
library · maturity active
sdk compiler developer-tools developer-tools cross-platform programming-languages rust jvm python ruby cross-platform ffi bindings-generator foreign-function-interface proc-macros udl interop swift mobile
2 sources
- readme: https://github.com/mozilla/uniffi-rs · fetched 2026-08-28 · 52fe6cf59cd5
- homepage: https://mozilla.github.io/uniffi-rs/ · fetched 2026-08-29 · 9bc34e75df17
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mozilla/uniffi-rs | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="mozilla/uniffi-rs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem