//! A crate providing an IO implementation for embedded devices using `embassy`.
//!
//! If you use this crate, you likely want to use the `embedded` feature of `kdeconnect-proto` as
//! well, while deactivating the default features of it.
extern crate alloc;
pub use EmbassyIoImpl;