pub fn current_anodize_binary() -> Result<PathBuf>Expand description
Resolve the path of the currently-running anodize binary. Thin
wrapper over std::env::current_exe kept here so the harness side
doesn’t have to touch std::env for binary resolution.