2 个稳定版本
使用旧的 Rust 2015
| 2.0.0 | 2017 年 7 月 29 日 |
|---|---|
| 1.0.1 | 2017 年 7 月 29 日 |
#21 在 #android-ndk
49KB
856 行
android-cpufeatures-sys
Rust 对 Android NDK 的 cpufeatures 库的原始绑定。
请参阅 examples/ 中的示例用法,包括 android-rs-glue。
lib.rs:
android-cpufeatures-sys
Rust 对 Android NDK 的 cpufeatures 库的原始绑定。
查看库的官方文档。它在此处未重复。
不要错过 android_getCpuIdArm() 和 android_setCpuArm() - 因为它们通过 #[cfg)target_arch="arm"] 过滤,因此它们未出现在此生成的文档中。
因此,建议查看 src/lib.rs。