#unix #bluetooth #ffi

libbluetooth

Unix 的 libbluetooth 的原始 FFI 绑定

1 个不稳定版本

0.1.0 2019年4月14日

#1000Unix API

每月 46 次下载
2 crates 中使用

MIT/Apache

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 许可证定义,您提交给 libbluetooth 的任何有意贡献都将双许可,如上所述,不附加任何额外条款或条件。

有关对 libbluetooth 的贡献,请参阅 CONTRIBUTING

依赖项

~1.5MB
~36K SLoC