rust-mobile/ndk
Rust bindings to the Android NDK observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2446
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
1309 stars · 125 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Safe Rust bindings to the Android NDK, split into ndk-sys (raw FFI bindings) and ndk (idiomatic safe abstractions). It enables Rust programs and libraries to call Android native APIs directly at the NDK level.
Use cases
- write native android code in rust
- bind android ndk apis from rust
- access android native activity and assets from rust
- build a rust library that runs on android
- use android ndk audio and hardware buffers from rust
- call android ndk c apis safely instead of raw ffi
When to choose
- you are writing Rust that runs natively on Android and needs NDK-level APIs
- you want safe, idiomatic wrappers instead of hand-written FFI over the NDK
- you are building a game engine, multimedia, or low-level component in Rust targeting Android
When to avoid
- you are building a standard Android app whose logic lives in Kotlin/Java against the Android SDK rather than the NDK
- you need a higher-level cross-platform mobile framework with UI tooling
- you target iOS, desktop, or other platforms, since this is Android-only
Facets
library · maturity stable
sdk developer-tools mobile-development android-tools developer-tools rust android-ndk ffi-bindings safe-bindings native-development mobile android
2 sources
- readme: https://github.com/rust-mobile/ndk · fetched 2026-08-28 · 27fdcf69714f
- registry_crates: https://crates.io/api/v1/crates/ndk · fetched 2026-08-29 · 59a1b2dfa80f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rust-mobile/ndk | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem