btleplug 0.5.1

A Cross-Platform Rust Bluetooth Low Energy (BLE) GATT library.
Documentation
// btleplug Source Code File
//
// Copyright 2020 Nonpolynomial Labs LLC. All rights reserved.
//
// Licensed under the BSD 3-Clause license. See LICENSE file in the project root
// for full license information.

// mod ble;
// pub mod manager;
// pub mod adapter;
// pub mod peripheral;
pub mod adapter;
mod central_delegate;
mod framework;
mod future;
mod internal;
pub mod manager;
pub mod peripheral;
mod utils;