pub fn render_url( template: &str, version: &str, os: &str, arch: &str, ext: &str, ) -> String
Substitute {version}/{os}/{arch}/{ext} in a URL template — the helper most declarative providers need.
{version}
{os}
{arch}
{ext}