{"id":27039973,"url":"https://github.com/cdvel/advent-of-code-rs","last_synced_at":"2025-04-05T03:27:26.923Z","repository":{"id":89198076,"uuid":"357759904","full_name":"cdvel/advent-of-code-rs","owner":"cdvel","description":"Small programming puzzles in rustlang","archived":false,"fork":false,"pushed_at":"2025-04-01T13:33:44.000Z","size":1785,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T14:35:21.812Z","etag":null,"topics":["advent-of-code-2020","rust"],"latest_commit_sha":null,"homepage":"https://adventofcode.com/2020/about","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/cdvel.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-14T03:21:49.000Z","updated_at":"2025-04-01T13:33:49.000Z","dependencies_parsed_at":"2025-03-17T03:34:56.272Z","dependency_job_id":null,"html_url":"https://github.com/cdvel/advent-of-code-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdvel%2Fadvent-of-code-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdvel%2Fadvent-of-code-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdvel%2Fadvent-of-code-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdvel%2Fadvent-of-code-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdvel","download_url":"https://codeload.github.com/cdvel/advent-of-code-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284931,"owners_count":20913690,"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":"2025-04-05T03:27:26.506Z","updated_at":"2025-04-05T03:27:26.908Z","avatar_url":"https://github.com/cdvel.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code - Rust Edition\n\nAdvent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other. More details [here](https://adventofcode.com/2020/about)\n\n## Calendars\n\n### 2020\n\n|Name                                                                       |Solution                  |\n|---------------------------------------------------------------------------|--------------------------|\n|[Day 1: Report Repair](https://adventofcode.com/2020/day/1)                |[✓](src/bin/2020_day1.rs)      |\n|[Day 2: Password Philosophy](https://adventofcode.com/2020/day/2)          |[✓](src/bin/2020_day2.rs)      |\n|[Day 3: Toboggan Trajectory](https://adventofcode.com/2020/day/3)          |[✓](src/bin/2020_day3.rs)      |\n|[Day 4: Passport Processing](https://adventofcode.com/2020/day/4)          |[✓](src/bin/2020_day4.rs)      |\n|[Day 5: Binary Boarding](https://adventofcode.com/2020/day/5)              |[✓](src/bin/2020_day5.rs)      |\n|[Day 6: Custom Customs](https://adventofcode.com/2020/day/6)               |[◦](src/bin/2020_day6.rs)      |\n|[Day 7: Handy Haversacks](https://adventofcode.com/2020/day/7)             |[✓](src/bin/2020_day7.rs)      |\n|[Day 8: Handheld Halting](https://adventofcode.com/2020/day/8)             |[✓](src/bin/2020_day8.rs)      |\n|[Day 9: Encoding Error](https://adventofcode.com/2020/day/9)               |[✓](src/bin/2020_day9.rs)      |\n|[Day 10: Adapter Array](https://adventofcode.com/2020/day/10)              |[✓](src/bin/2020_day10.rs)     |\n|[Day 11: Seating System](https://adventofcode.com/2020/day/11)             |[ ](src/bin/2020_day11.rs)     |\n|[Day 12: Rain Risk](https://adventofcode.com/2020/day/12)                  |[ ](src/bin/2020_day12.rs)     |\n|[Day 13: Shuttle Search](https://adventofcode.com/2020/day/13)             |[ ](src/bin/2020_day13.rs)     |\n|[Day 14: Docking Data](https://adventofcode.com/2020/day/14)               |[ ](src/bin/2020_day14.rs)     |\n|[Day 15: Rambunctious Recitation](https://adventofcode.com/2020/day/15)    |[ ](src/bin/2020_day15.rs)     |\n|[Day 16: Ticket Translation](https://adventofcode.com/2020/day/16)         |[ ](src/bin/2020_day16.rs)     |\n|[Day 17: Conway Cubes](https://adventofcode.com/2020/day/17)               |[ ](src/bin/2020_day17.rs)     |\n|[Day 18: Operation Order](https://adventofcode.com/2020/day/18)            |[ ](src/bin/2020_day18.rs)     |\n|[Day 19: Monster Messages](https://adventofcode.com/2020/day/19)           |[ ](src/bin/2020_day19.rs)     |\n|[Day 20: Jurassic Jigsaw](https://adventofcode.com/2020/day/20)            |[ ](src/bin/2020_day20.rs)     |\n|[Day 21: Allergen Assessment](https://adventofcode.com/2020/day/21)        |[ ](src/bin/2020_day21.rs)     |\n|[Day 22: Crab Combat](https://adventofcode.com/2020/day/22)                |[ ](src/bin/2020_day22.rs)     |\n|[Day 23: Crab Cups](https://adventofcode.com/2020/day/23)                  |[ ](src/bin/2020_day23.rs)     |\n|[Day 24: Lobby Layout](https://adventofcode.com/2020/day/24)               |[ ](src/bin/2020_day24.rs)     |\n|[Day 25: Combo Breaker](https://adventofcode.com/2020/day/25)              |[ ](src/bin/2020_day25.rs)     |\n\n## Run\n\ne.g.,\n```bash\ncargo run --bin 2020_day1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdvel%2Fadvent-of-code-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdvel%2Fadvent-of-code-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdvel%2Fadvent-of-code-rs/lists"}