Crates.io | android-ndk-sys |
lib.rs | android-ndk-sys |
version | 0.2.0 |
source | src |
created_at | 2019-07-31 06:02:47.838734 |
updated_at | 2019-09-04 02:49:21.083011 |
description | FFI bindings for the Android NDK |
homepage | https://github.com/mb64/android-ndk-rs |
repository | https://github.com/mb64/android-ndk-rs |
max_upload_size | |
id | 153139 |
size | 2,133,108 |
android-ndk
: Rust bindings of the Android NDKThis 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 the log
crate