#android-ndk #android #cpu #cpu-features

sys android-cpufeatures-sys

Raw bindings to Android NDK’s cpufeatures library

2 stable releases

Uses old Rust 2015

2.0.0 Jul 29, 2017
1.0.1 Jul 29, 2017

#21 in #android-ndk

MIT/Apache

49KB
856 lines

Documentation Version MIT/Apache-2.0

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.

No runtime deps