macro_rules! crate_relative_path {
($path:literal) => { ... };
}Expand description
a convenient helper macro to build a str relative to the crate root
macro_rules! crate_relative_path {
($path:literal) => { ... };
}a convenient helper macro to build a str relative to the crate root