blurdroid 0.1.3

Bluetooth lib for Rust using Android's bluedroid
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "blurdroid"

version = "0.1.3"

description = "Bluetooth lib for Rust using Android's bluedroid"

readme = "README.md"

authors = ["Attila Dusnoki <adusnoki@inf.u-szeged.hu>"]

repository = "https://github.com/szeged/blurdroid"

keywords = ["bluetooth", "bluedroid", "ble", "android"]

license = "BSD-2-Clause"

build = "build.rs"



[lib]

name = "blurdroid"

path = "src/rust/lib.rs"