feat: utils folder
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
use std::env;
|
||||
use std::fs;
|
||||
|
||||
pub mod helpers;
|
||||
pub mod utils;
|
||||
|
||||
pub const ANSI_ITALIC: &str = "\x1b[3m";
|
||||
pub const ANSI_BOLD: &str = "\x1b[1m";
|
||||
|
1
src/utils/constants.rs
Normal file
1
src/utils/constants.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub const VOWELS: &str = "aeiou";
|
2
src/utils/mod.rs
Normal file
2
src/utils/mod.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
pub mod constants;
|
||||
pub mod input_parsers;
|
Reference in New Issue
Block a user