summaryrefslogtreecommitdiffstats
path: root/CLI/rust/src/game_of_life/generators.rs
blob: 16bd7c3de3e292894ba5293f7d095b9a793a2c8b (plain) (blame)
1
2
3
4
/// Generate a new Universe/Board from a parsed local file or remote URL/file
pub(crate) mod input;
/// Generate a new Universe/Board from a seed number
pub(crate) mod seed;