easy-bluez 0.1.0

An easy interface for BlueZ, based on blurz
Documentation
1
2
3
4
5
6
7
8
9
#![allow(unused_doc_comment)]

use mvdb::errors as merr;

error_chain!{
    links {
        Mvdb(merr::Error, merr::ErrorKind);
    }
}