Expand description
§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.