I know what you mean! I first learned about `include_str!` more than a year ago and I've wanted to try this ever since.
The '!' means `include_str!` is a macro in Rust, similar to a C macro in function, but Rust has a much better system for macros and ships with many useful ones.