Macro lines_from_relative_file

Source
macro_rules! lines_from_relative_file {
    ($f : expr) => { ... };
}
Expand description

Grab all the lines from a file relative to the current directory