macro_rules! get_bin {
() => { ... };
}Expand description
Return the path to the uv binary.
This macro captures the uv binary path at compile time using env!("CARGO_BIN_EXE_uv"),
which is only available in the test crate.
macro_rules! get_bin {
() => { ... };
}Return the path to the uv binary.
This macro captures the uv binary path at compile time using env!("CARGO_BIN_EXE_uv"),
which is only available in the test crate.