Crates.io | android-ndk |
lib.rs | android-ndk |
version | 0.0.6 |
source | src |
created_at | 2019-08-01 06:35:34.65969 |
updated_at | 2019-10-26 02:30:50.241685 |
description | Safe Rust bindings to the Android NDK |
homepage | https://github.com/mb64/android-ndk-rs |
repository | https://github.com/mb64/android-ndk-rs |
max_upload_size | |
id | 153370 |
size | 99,499 |
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 Rustandroid_logger
and ndk-logger
,
Android backends for the log
crate