1 个不稳定版本
0.1.0 | 2019年4月14日 |
---|
#1000 在 Unix API
每月 46 次下载
在 2 crates 中使用
160KB
4K SLoC
libbluetooth
libbluetooth 为 Unix 的蓝牙 API (BlueZ) 提供了 Rust 绑定。
使用方法
将以下内容添加到您的 cargo.toml
[target.'cfg(unix)'.dependencies]
libbluetooth = "0.1"
无标准支持
此 crate 目前需要 Rust 标准库。
平台支持
libbluetooth 保证以下平台可以构建
- x86_64-unknown-linux-gnu
许可证
libbluetooth 使用以下任一许可证
- Apache 许可证 2.0 版 (LICENSE-APACHE 或 http://www.apache.org/licenses/LICENSE-2.0)
- MIT 许可证 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
任选其一。
贡献
除非您明确声明,否则根据 Apache-2.0 许可证定义,您提交给 libbluetooth 的任何有意贡献都将双许可,如上所述,不附加任何额外条款或条件。
有关对 libbluetooth 的贡献,请参阅 CONTRIBUTING。
依赖项
~1.5MB
~36K SLoC