blew 0.2.3

Cross-platform async BLE library for Rust (Apple, Linux, Android)
Documentation
1
2
3
4
5
fn main() {
    let android_dir =
        std::path::Path::new(&std::env::var("CARGO_MANIFEST_DIR").unwrap()).join("android");
    println!("cargo:android_dir={}", android_dir.display());
}