Skip to content

Instantly share code, notes, and snippets.

View ledunguit's full-sized avatar

ZeD ledunguit

  • LD
View GitHub Profile
@ledunguit
ledunguit / download_file.rs
Created November 30, 2023 15:28 — forked from giuliano-macedo/download_file.rs
Download large files in rust with progress bar using reqwest, future_util and indicatif
// you need this in your cargo.toml
// reqwest = { version = "0.11.3", features = ["stream"] }
// futures-util = "0.3.14"
// indicatif = "0.15.0"
use std::cmp::min;
use std::fs::File;
use std::io::Write;
use reqwest::Client;
use indicatif::{ProgressBar, ProgressStyle};
@ledunguit
ledunguit / horizon.updater
Last active May 14, 2024 08:18
Horizon Updater
{
"version": "v0.0.2",
"notes": "Updated version for 0.0.2",
"pub_date": "2024-05-14T08:18:57Z",
"platforms": {
"darwin-aarch64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVTMXQ0NWtvaUhjbTI3ZGMzUEx4ZG9WT2ovNzBNZFRBY2FzdE5oN3VtNFFzT2JIMkRWQWhSQ1h2S0lDdDJ4WkdkMG9xU2ZHWFZUNGN1T3lpRXo3VWRNcFFxY1RsN25MZ1E0PQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzE1Njc0NjY2CWZpbGU6SG9yaXpvbi5hcHAudGFyLmd6CmkyOUtRMnlIeFNhcDVza1RyRFZJUzQyWGdlVWhXMDFnWWFGYmpSNEducis5ZTJmRUlTV0ZpL05uaFMraWF5TldGM0FBVnFqdVJzUW9FVzVxZG9FUkFBPT0K",
"url": "https://horizonrelease.test/Horizon.app.tar.gz"
}
}