2 stable releases
Uses old Rust 2015
2.0.0 | Jul 29, 2017 |
---|---|
1.0.1 | Jul 29, 2017 |
#24 in #android-ndk
39 downloads per month
49KB
856 lines
android-cpufeatures-sys
Raw bindings to Android NDK's cpufeatures
library for Rust.
See examples/
for an example usage with android-rs-glue
.
lib.rs
:
android-cpufeatures-sys
Raw bindings to Android NDK's cpufeatures
library for Rust.
Check-out the library's official docs. It is not duplicated here.
Don't miss android_getCpuIdArm()
and android_setCpuArm()
- since they are filtered with
#[cfg(target_arch="arm")]
, they don't appear in this generated documentation.
Therefore, it's advisable to take a look at src/lib.rs
.