winbluetooth 0.1.0

Raw FFI bindings for Windows' bluetooth API.
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 122.26 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 103.07 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Wodann/winbluetooth-rs
    6 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Wodann

winbluetooth

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.

Usage

Add the following to your cargo.toml:

[target.'cfg(windows)'.dependencies]

winbluetooth = "0.1"

No-std support

This crate currently requires the Rust standard library.

Platform support

winbluetooth is guaranteed to build for the following platforms:

  • x86_64-pc-windows-msvc

License

winbluetooth is licensed under either of

at your option.

Contribution

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.