Skip to main content

get_bin

Macro get_bin 

Source
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.