//! # hmmmm 🤔
//! Yet another aptly-named Hidden-Markov Model library for Rust.
//!
//! **Important Note:** This crate depends on the feature `generic_const_exprs`. For now, usage of this crate is limited to use with the `nightly` Rust channel.
/// HMM-related algorithms (e.g. Viterbi for MAP estimates)
/// Trait definitions
/// Convenience functions for constructing HMMs
pub use *;
extern crate hmmmm_derive;
pub use *;