pub fn download_diff(
    iface: &Arc<NetworkInterface>,
    remote_endpoint: IpEndpoint,
    update_build: &str
) -> Result<Vec<String>, &'static str>
Expand description

Connects to the update server over the given network interface and downloads the diff file in the given update build, which dictates which crates should be swapped.