//! This library implements the Bluetooth LE Protocols to control smart electronic toys created by DG-LAB.
//!
//! Only the Coyote 3 is supported at the moment. Support for PawPrints is planned for the future,
//! waiting for their protocol to be stabilized/documented.
// #[cfg(feature = "pawprints")]
// pub mod pawprints;
pub use btleplug;
pub use futures_signals;
pub use ;
pub use Coyote3;