include_lines!() { /* proc-macro */ }
Expand description
Reads in the lines of a file. Given the path to the file.
Returns type &str
.
include_lines!() { /* proc-macro */ }
Reads in the lines of a file. Given the path to the file.
Returns type &str
.