1个不稳定版本
0.1.0 | 2019年4月23日 |
---|
#94 in #bluetooth
75KB
1.5K SLoC
IO Bluetooth
IO Bluetooth是一个Rust库,提供跨平台蓝牙通信支持。
使用方法
在您的cargo.toml
文件中添加以下内容:
[dependencies]
io_bluetooth = "0.1"
如何使用IO Bluetooth API的示例请见此处。
非标准库支持
该软件包目前需要Rust标准库。
平台支持
IO Bluetooth确保以下平台可以编译:
- x86_64-pc-windows-msvc
- x86_64-unknown-linux-gnu
许可证
IO Bluetooth采用以下其中之一授权:
- Apache License 2.0 (LICENSE-APACHE 或 http://www.apache.org/licenses/LICENSE-2.0)
- MIT许可证 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
任选其一。
贡献
除非您明确声明,否则根据Apache-2.0许可证定义,您提交给IO Bluetooth的任何有意贡献均应以上述方式双授权,无任何额外条款或条件。
有关如何为IO Bluetooth做出贡献,请参阅CONTRIBUTING。
依赖项
~2MB
~41K SLoC