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