{"id":67783,"library":"windows-devices","title":"Windows Devices","description":"Rust bindings for Windows Devices APIs, enabling interaction with hardware and sensors.","status":"active","version":"0.23.0","language":"rust","source_language":null,"source_url":null,"tags":["windows","devices","hardware","bluetooth"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nwindows-devices = \"0.23.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add windows-devices","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Bluetooth","correct":"use windows_devices::devices::Bluetooth;"}],"quickstart":{"code":"use windows_devices::devices::Bluetooth;\n\nfn main() -> windows::core::Result<()> {\n    let bluetooth = Bluetooth::new()?;\n    println!(\"Bluetooth adapter: {:?}\", bluetooth);\n    Ok(())\n}","lang":"rust","description":"Initialize a Bluetooth device adapter and print its information."},"warnings":[{"fix":"Ensure running on Windows with developer mode enabled.","message":"Only works on Windows; requires Windows SDK and appropriate permissions.","severity":"gotcha","affected_versions":">=0.23.0"}],"env_vars":null,"search_vec":"'api':8 'bind':4 'bluetooth':18 'devic':2,7,16 'enabl':9 'hardwar':12,17 'interact':10 'rust':3 'sensor':14 'window':1,6,15","created_at":"2026-06-17T17:41:31.619117+00:00","updated_at":"2026-06-17T17:41:31.619117+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":"https://docs.rs/windows-devices/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}