pub fn resolve_gam_binary(compiled_in: Option<&str>) -> PathBufExpand description
Runtime resolver backing the gam_binary! macro. compiled_in is the
call site’s compile-time CARGO_BIN_EXE_gam (honored when present, e.g. if a
future refactor moves the bin back into this package).