5 releases
0.2.0 | Sep 4, 2019 |
---|---|
0.1.3 | Aug 2, 2019 |
0.1.2 | Aug 1, 2019 |
0.1.1 | Aug 1, 2019 |
0.1.0 | Jul 31, 2019 |
#11 in #ndk
245 downloads per month
Used in 2 crates
2MB
68K
SLoC
android-ndk
: Rust bindings of the Android NDK
This is a work in progress at the moment.
android-ndk-sys
contains the raw FFI bindings, pre-generated from NDK r20, and android-ndk
provides a safe API over it.
Other helpful crates for Android:
jni
, JNI bindings for Rustndk-logger
, an Android backend for thelog
crate