blurz

Crates.ioblurz
lib.rsblurz
version0.4.0
sourcesrc
created_at2016-03-03 10:09:25.435543
updated_at2018-11-07 16:30:34.98572
descriptionBluetooth lib for Rust using blueZ/dbus
homepage
repositoryhttps://github.com/szeged/blurz
max_upload_size
id4349
size64,544
Attila Dusnoki (dati91)

documentation

README

Bluetooth lib for Rust using blueZ/dbus

Current state: Experimental Required bluez version: 5.44

Examples

This example show how to get the first available bluetooth device.

let adapter: BluetoothAdapter = BluetoothAdapter::init().unwrap();
let device: BluetoothDevice = adapter.get_first_device().unwrap();
println!("{:?}", device);
Commit count: 58

cargo fmt