macro_rules! lines_from_relative_file {
($f : expr) => { ... };
}Expand description
Grab all the lines from a file relative to the current directory
macro_rules! lines_from_relative_file {
($f : expr) => { ... };
}Grab all the lines from a file relative to the current directory