1 unstable release

0.1.0 Apr 14, 2019

#977 in Unix APIs

Download history 14/week @ 2024-02-19 24/week @ 2024-02-26 15/week @ 2024-03-04 16/week @ 2024-03-11 7/week @ 2024-03-18 17/week @ 2024-03-25 48/week @ 2024-04-01 4/week @ 2024-04-08 10/week @ 2024-04-15

79 downloads per month
Used in 2 crates

MIT/Apache

160KB
4K SLoC

libbluetooth

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

Usage

Add the following to your cargo.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:

  • x86_64-unknown-linux-gnu

License

libbluetooth is licensed under either of

at your option.

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.

Dependencies

~1.5MB
~35K SLoC