libbluetooth

libbluetooth provides Rust bindings to Unix' Bluetooth API (BlueZ).

Usage

Add the following to your cargo.toml:

toml [target.'cfg(unix)'.dependencies] libbluetooth = "0.1"

No-std support

This crate currently requires the Rust standard library.

Platform support

libbluetooth is guaranteed to build for the following platforms:

License

libbluetooth is licensed under either of

Contribution

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.