#![doc = crate::_DOC_PHYS_WAVE!()] #![doc = crate::_doc!(modules: crate::phys; wave)]
#![doc = crate::_doc!(flat:"phys")]
#![doc = crate::_doc!(hr)]
#[cfg(test)]
mod tests;
mod shared;
#[cfg(feature = "alloc")]
#[cfg_attr(nightly_doc, doc(cfg(feature = "alloc")))]
mod alloc;
crate::structural_mods! { _mods {
pub use super::shared::*;
#[cfg(feature = "alloc")]
pub use super::alloc::*;
}
}