macro_rules! cargo_binary {
() => { ... };
($name:expr) => { ... };
}Expand description
Returns the absolute path to the target’s executable file.
macro_rules! cargo_binary {
() => { ... };
($name:expr) => { ... };
}Returns the absolute path to the target’s executable file.