Macro dir

Source
macro_rules! dir {
    () => { ... };
}
Expand description

The workspace relative directory for this file, internally using the file!() macro.

§Example

let dir = dir!();