Skip to main content

install_from_url

Function install_from_url 

Source
pub fn install_from_url(
    url: &str,
    install_root: &Path,
    expected_sha256: Option<&str>,
) -> Result<InstalledPlugin>
Expand description

Download a plugin package from a URL, verify its SHA256 if provided, and install it.