macro_rules! cargo_manifest_dir {
() => { ... };
}Expand description
Returns the absolute path to the directory containing Cargo manifest file.
macro_rules! cargo_manifest_dir {
() => { ... };
}Returns the absolute path to the directory containing Cargo manifest file.