ndk-glue 0.7.0

Startup code for android binaries
Documentation
1
2
3
4
5
6
# ndk-glue

Interoperability library for a native Rust application with the Android framework.
Provides access to `NativeActivity`, `NativeWindow` and `InputQueue`.

This library exports the `main` attribute macro from `ndk-macro`, see the corresponding README for more details.