pub fn curl_binary_path() -> &'static strExpand description
What: Resolved curl executable path for subprocess or shell wrappers (e.g. privileged fetch).
Inputs:
- None.
Output:
- Path string matching the same resolution used by curl helpers (absolute binary when found).
Details:
- Prefer this over hard-coding
curlso planners can probe--versionand build argv-safe commands.