This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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) { |