Skip to main content

binstall_resolves_to_github

Function binstall_resolves_to_github 

Source
pub fn binstall_resolves_to_github(
    binstall: Option<&Option<String>>,
    owner_repo: Option<&str>,
) -> bool
Expand 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.