Buttplug sex toy control library
1// Buttplug Rust Source Code File - See https://buttplug.io for more info.
2//
3// Copyright 2016-2024 Nonpolynomial Labs LLC. All rights reserved.
4//
5// Licensed under the BSD 3-Clause license. See LICENSE file in the project root
6// for full license information.
7
8#[macro_use]
9extern crate log;
10
11pub mod btleplug_comm_manager;
12pub use btleplug_comm_manager::BtlePlugCommunicationManagerBuilder;
13mod btleplug_adapter_task;
14pub mod btleplug_hardware;