tar_gz_matcher

Function tar_gz_matcher 

Source
pub fn tar_gz_matcher(url: &str, name: &str, version: &Version) -> Result<bool>
Expand description

.tar.gz asset matcher that matches the asset name to the postgresql major version, target triple or OS/CPU architecture.

ยงErrors

  • If the asset matcher fails.