This library provides the MarkovChain data structure. The markov chains are
fed by many finite sequence of items and outputs a sequence to try and imitate
the training data. In my implementation, the input must be an Iterator where
item is Eq + Hash + Clone.
Most commonly this library is used for sequences of chars, but can be used for
almost any datatype, like numbers, or other types.
For more information see the documentation: docs.rs/gmarkov-lib