macro_rules! get_bin {
() => { ... };
}Expand description
Return the path to the uv binary.
Reads the path supplied by Cargo or nextest at runtime, so compiled tests remain usable when the target directory is relocated.
This path is only available in the uv package’s integration tests and benchmarks.