macro_rules! file_from_relative_path {
($f : expr) => { ... };
}
Expand description
Instantiate a file relative to the cargo manifest directory
macro_rules! file_from_relative_path {
($f : expr) => { ... };
}
Instantiate a file relative to the cargo manifest directory