Function matcher

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

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

ยงErrors

  • If the asset matcher fails.