{"id":17422068,"url":"https://github.com/tranzystorekk/aoc2020-rust","last_synced_at":"2025-04-15T23:52:35.202Z","repository":{"id":75149381,"uuid":"317201271","full_name":"tranzystorekk/aoc2020-rust","owner":"tranzystorekk","description":"Advent of Code 2020 in Rust","archived":false,"fork":false,"pushed_at":"2021-11-19T02:14:51.000Z","size":163,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T22:45:26.507Z","etag":null,"topics":["advent-of-code-2020","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tranzystorekk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-11-30T11:25:04.000Z","updated_at":"2021-11-30T19:29:58.000Z","dependencies_parsed_at":"2023-03-01T22:31:09.800Z","dependency_job_id":null,"html_url":"https://github.com/tranzystorekk/aoc2020-rust","commit_stats":null,"previous_names":["tranzystorekk/aoc2020-rust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranzystorekk%2Faoc2020-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranzystorekk%2Faoc2020-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranzystorekk%2Faoc2020-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranzystorekk%2Faoc2020-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tranzystorekk","download_url":"https://codeload.github.com/tranzystorekk/aoc2020-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249173061,"owners_count":21224481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["advent-of-code-2020","rust"],"created_at":"2024-10-17T03:05:32.354Z","updated_at":"2025-04-15T23:52:35.172Z","avatar_url":"https://github.com/tranzystorekk.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AOC 2020 Electric Rustaloo :crab:\n\n## About\n\nMy main solution repo for Advent of Code 2020. Expect some dangerously fun Rust action!\n\nThis is mostly my attempt at polishing my Rust skills\nin a controlled environment.\n\n## Usage\n\nI assume you know some Rust basics,\nlike how to get it on your computing machine (`rustup` recommended!) and how to use `cargo`.\n\nIf not, go to \u003chttps://rustup.rs/\u003e, or check out help for `rustup` at your *nix distribution.\n\nThe solutions are all single rust programs in the [src/days/](src/days) directory.\nAll of them have their own binary configuration in the [Cargo.toml](Cargo.toml) file.\n\nTo run a specific solution, execute the following:\n\n`cargo run --bin \u003cSOLUTION_NAME\u003e [\u003cINPUT_FILE\u003e]`\n\n## aoc-utils crate\n\nAlthough Rust tries to combine succinctness and efficiency,\nit is in many aspects not as expressive as, say, Python.\n\nFor AOC solutions, one of the imperative things for me is to be able to read input from various sources.\nThat includes regular text files and STDIN, for quick dirty runs with data manually input from the keyboard.\n\nTo be able to do that without writing lots of boilerplate code in each solution,\nI have devised the [aoc-utils](https://github.com/tranzystorek-io/aoc-utils) crate.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftranzystorekk%2Faoc2020-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftranzystorekk%2Faoc2020-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftranzystorekk%2Faoc2020-rust/lists"}