Crates.io | winbluetooth |
lib.rs | winbluetooth |
version | 0.1.0 |
source | src |
created_at | 2019-04-23 05:03:03.792668 |
updated_at | 2019-04-23 05:03:03.792668 |
description | Raw FFI bindings for Windows' bluetooth API. |
homepage | |
repository | https://github.com/Wodann/winbluetooth-rs/ |
max_upload_size | |
id | 129590 |
size | 122,266 |
winbluetooth provides Rust bindings to the Windows SDK Bluetooth API.
winbluetooth's code is currently under review to be included in winapi. Upon approval, support for this repository and crate are likely to be discontinued in favour of the winapi repository.
Add the following to your cargo.toml
:
[target.'cfg(windows)'.dependencies]
winbluetooth = "0.1"
This crate currently requires the Rust standard library.
winbluetooth is guaranteed to build for the following platforms:
winbluetooth is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in winbluetooth by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
To contribute to winbluetooth, please see CONTRIBUTING.