Crates.io | libbluetooth |
lib.rs | libbluetooth |
version | 0.1.0 |
source | src |
created_at | 2019-04-14 12:05:16.424466 |
updated_at | 2019-04-14 12:05:16.424466 |
description | Raw FFI bindings for Unix' libbluetooth. |
homepage | |
repository | https://github.com/Wodann/libbluetooth-rs/ |
max_upload_size | |
id | 127887 |
size | 170,237 |
libbluetooth provides Rust bindings to Unix' Bluetooth API (BlueZ).
Add the following to your cargo.toml
:
[target.'cfg(unix)'.dependencies]
libbluetooth = "0.1"
This crate currently requires the Rust standard library.
libbluetooth is guaranteed to build for the following platforms:
libbluetooth is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in libbluetooth 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 libbluetooth, please see CONTRIBUTING.