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
11mod serialport_comm_manager;
12mod serialport_hardware;
13
14pub use serialport_comm_manager::{
15 SerialPortCommunicationManager,
16 SerialPortCommunicationManagerBuilder,
17};
18pub use serialport_hardware::{SerialPortHardware, SerialPortHardwareConnector};