Crates.io | markov-text |
lib.rs | markov-text |
version | 0.1.1 |
source | src |
created_at | 2024-09-04 21:01:03.867738 |
updated_at | 2024-09-06 20:40:36.811579 |
description | A simple crate for creating a small markov model for text generation |
homepage | |
repository | https://github.com/JulianBohne/markov-text |
max_upload_size | |
id | 1363804 |
size | 10,974 |
A simple crate for creating a markov text model.
Can be found in example/basic.rs
and run with the following command
$ cargo run --example basic