#bluetooth #ffi #windows

winbluetooth

Windows蓝牙API的原始FFI绑定

1 个不稳定版本

0.1.0 2019年4月23日

Windows APIs中排名第178

每月下载量44
io_bluetooth中使用

MIT/Apache

110KB
2.5K SLoC

winbluetooth

winbluetooth为Windows SDK蓝牙API提供Rust绑定。

winbluetooth的代码目前正在审查中,以便将其包含在winapi中。一旦批准,可能将停止支持此存储库和包,转而支持winapi存储库。

使用方法

将以下内容添加到您的cargo.toml

[target.'cfg(windows)'.dependencies]
winbluetooth = "0.1"

无std支持

此包目前需要Rust标准库。

平台支持

winbluetooth保证以下平台可以构建

  • x86_64-pc-windows-msvc

许可证

winbluetooth根据您的选择,受以下许可证之一约束

贡献

除非您明确声明,否则您提交给winbluetooth以供包含的贡献,根据Apache-2.0许可证的定义,应以上述双重许可证的形式授予,不附加任何其他条款或条件。

要为winbluetooth做出贡献,请参阅CONTRIBUTING

依赖项