1//! `SMPP` command. 2 3pub mod borrowed; 4#[cfg(feature = "alloc")] 5#[cfg_attr(docsrs, doc(cfg(feature = "alloc")))] 6pub mod owned;