1 2 3 4 5 6 7 8 9 10
//! Arbitrary implementations and specification structs for alignment-related //! structs. mod output; #[cfg(feature = "dev-phmm")] mod phmm; pub use output::*; #[cfg(feature = "dev-phmm")] pub use phmm::*;