Skip to content

Instantly share code, notes, and snippets.

View AaronErhardt's full-sized avatar
🦀

Aaron Erhardt AaronErhardt

🦀
View GitHub Profile
// CONFIGURATION CONSTANTS
const REPO: &str = "gtk-rs/gtk4-rs";
const PACKAGE_ID: &str = "UGFja2FnZS0zMjE5MzIyNDY4";
const START_THREASHHOLD: u32 = 5;
// INTERNAL CONSTANTS
const GITHUB_URL: &str = "https://github.com/";
const API_PATH: &str = "/network/dependents?package_id=";
fn populate_list(repos: &mut Vec<String>, url: String) {