1 2 3 4 5 6 7
Example: ```rust fn main() { let greet: String = hidmystr::hidstr!("helloss, world!"); println!("{greet}"); } ```