{"id":18045134,"url":"https://github.com/sergree/aoc2020","last_synced_at":"2025-04-10T01:33:09.960Z","repository":{"id":45600869,"uuid":"361214352","full_name":"sergree/aoc2020","owner":"sergree","description":"⭐ Advent of Code 2020: Мade with Rust","archived":false,"fork":false,"pushed_at":"2022-07-20T15:03:27.000Z","size":147,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T03:11:25.440Z","etag":null,"topics":["advent-of-code","advent-of-code-2020","aoc","aoc-2020","aoc2020","idiomatic","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sergree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-24T16:41:01.000Z","updated_at":"2023-07-16T20:58:23.000Z","dependencies_parsed_at":"2022-07-16T10:46:14.115Z","dependency_job_id":null,"html_url":"https://github.com/sergree/aoc2020","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/sergree%2Faoc2020","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergree%2Faoc2020/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergree%2Faoc2020/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergree%2Faoc2020/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergree","download_url":"https://codeload.github.com/sergree/aoc2020/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248140256,"owners_count":21054268,"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","advent-of-code-2020","aoc","aoc-2020","aoc2020","idiomatic","rust"],"created_at":"2024-10-30T18:12:11.204Z","updated_at":"2025-04-10T01:33:09.942Z","avatar_url":"https://github.com/sergree.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2020: Мade with Rust \n\nWhen I was solving [puzzles](https://adventofcode.com/2020), my goal was to practice writing *idiomatic Rust*. My solutions do not claim to be *the fastest* or *fully production ready*. Consider this as the 2020 version of [BurntSushi's 2018 Advent of Code solutions][BurntSushi]. I tried to maintain it's style by adding my own features.\n\n- 🧘 *Panicless* idiomatic Rust code\n- ☂️ [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself): shared codebase between the two parts\n- 1️⃣ Single `main.rs` per day\n- 🎿 *Acceptable* speed\n- 🤷 [anyhow](https://github.com/dtolnay/anyhow) error handling\n- 🌞 Doesn't need Nightly\n\nThe solution runs the same way as [BurntSushi's][BurntSushi]: `cd` into it's directory and invoke the program with Cargo:\n\n```\n$ cd aoc01\n$ cargo run --release \u003c input/input.txt\n```\n\n## MSRV\n\nThe minimum supported Rust version is **1.51** due to [Const Generics](https://github.com/rust-lang/rust/pull/79135).\n\n## My Favorite Alternatives\n\n- The fastest AoC 2020 Rust solutions: https://github.com/timvisee/advent-of-code-2020\n- Production grade AoC 2020 Rust solutions: https://github.com/coriolinus/adventofcode-2020\n\nCheck them out too!\n\n[BurntSushi]: https://github.com/BurntSushi/advent-of-code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergree%2Faoc2020","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergree%2Faoc2020","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergree%2Faoc2020/lists"}