A super basic Markov model implemented in Rust.
cargo test
cargo run --example words_from_file -- text/rustbook.txt
cargo run --example words_from_file -- text/nosleep.txt
cargo run --example words_from_file -- text/lipsum.txt
cargo run --example characters
cargo run --example enum
cargo run --example words