diff options
| author | a14m <[email protected]> | 2021-04-03 02:15:09 +0200 |
|---|---|---|
| committer | a14m <[email protected]> | 2021-04-03 02:15:09 +0200 |
| commit | d690299c83b28fc380c5eb37f4e978e6a6411758 (patch) | |
| tree | d4bdf8d404fc1db6735fccd5d84179e095908be0 /CLI/rust/src/game_of_life.rs | |
| parent | c6271541765b06c8437491e012de19da08b0ab3e (diff) | |
Add missing docs
Diffstat (limited to 'CLI/rust/src/game_of_life.rs')
| -rw-r--r-- | CLI/rust/src/game_of_life.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CLI/rust/src/game_of_life.rs b/CLI/rust/src/game_of_life.rs index 2534bd0..18cb1ab 100644 --- a/CLI/rust/src/game_of_life.rs +++ b/CLI/rust/src/game_of_life.rs @@ -1,3 +1,5 @@ +//! Game of Life module for generating the CLI app, validating the options +//! and starting the simulation use clap::{crate_authors, crate_version, App, Arg}; /// Options module for validations and Opts struct |
