pub fn binstall_resolves_to_github(
binstall: Option<&Option<String>>,
owner_repo: Option<&str>,
) -> boolExpand description
Whether binstall metadata resolves to this repository’s GitHub releases.
A table with no pkg-url takes cargo-binstall’s GitHub default, and
a custom pkg-url counts only under /releases/download/ of the
{ repo } template or of this repository’s own path on github.com.