SYMBOL INDEX (37 symbols across 3 files) FILE: src/bin/cleanup.rs function fix_dashes (line 8) | fn fix_dashes(lines: Vec) -> Vec { function main (line 28) | fn main() { FILE: src/bin/hacktoberfest.rs type CheckerError (line 24) | enum CheckerError { type MaxHandles (line 32) | struct MaxHandles { method new (line 41) | fn new(max: usize) -> MaxHandles { method get (line 47) | async fn get(&'_ self) -> Handle<'_> { type Handle (line 36) | struct Handle<'a> { method drop (line 54) | fn drop(&mut self) { type RepoInfo (line 79) | struct RepoInfo { function get_hacktoberfest_core (line 85) | async fn get_hacktoberfest_core(github_url: String) -> Result BoxFuture<'static, (String, Result<... type Info (line 139) | struct Info { type Link (line 146) | struct Link { type Results (line 151) | type Results = BTreeMap; function main (line 154) | async fn main() -> Result<()> { FILE: src/main.rs constant MINIMUM_GITHUB_STARS (line 23) | const MINIMUM_GITHUB_STARS: u32 = 50; constant MINIMUM_CARGO_DOWNLOADS (line 24) | const MINIMUM_CARGO_DOWNLOADS: u32 = 2000; function override_stars (line 29) | fn override_stars(level: u32, text: &str) -> Option { type CheckerError (line 94) | enum CheckerError { function formatter (line 117) | fn formatter(err: &CheckerError, url: &String) -> String { type MaxHandles (line 139) | struct MaxHandles { method new (line 148) | fn new(max: usize) -> MaxHandles { method get (line 154) | async fn get(&'_ self) -> Handle<'_> { type Handle (line 143) | struct Handle<'a> { method drop (line 161) | fn drop(&mut self) { function get_url (line 179) | fn get_url(url: String) -> BoxFuture<'static, (String, Result<(), Checke... type GitHubStars (line 199) | struct GitHubStars { function get_stars (line 204) | async fn get_stars(github_url: &str) -> Option { type CrateInfo (line 241) | struct CrateInfo { type Crate (line 246) | struct Crate { function get_downloads (line 251) | async fn get_downloads(github_url: &str) -> Option { function get_url_core (line 271) | fn get_url_core(url: String) -> BoxFuture<'static, (String, Result<(), C... type Working (line 396) | enum Working { type Link (line 402) | struct Link { type Results (line 408) | type Results = BTreeMap; type PopularityData (line 411) | struct PopularityData { function main (line 417) | async fn main() -> Result<()> {