diff --git a/src/structs/mod.rs b/src/structs/mod.rs index 2d1458b..a321e87 100644 --- a/src/structs/mod.rs +++ b/src/structs/mod.rs @@ -1,3 +1,4 @@ +//! This module contains all files which deal with structs used in the program pub mod config; pub mod data; pub mod cli; \ No newline at end of file