{"id":23807126,"url":"https://github.com/brettbuddin/advent2022","last_synced_at":"2026-04-27T00:30:19.853Z","repository":{"id":64168472,"uuid":"573183462","full_name":"brettbuddin/advent2022","owner":"brettbuddin","description":"🧑‍🎄 Advent of Code 2022","archived":false,"fork":false,"pushed_at":"2022-12-17T23:50:47.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-01T23:30:16.069Z","etag":null,"topics":["advent-of-code","advent-of-code-2022","advent-of-code-2022-rust","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":false,"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/brettbuddin.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}},"created_at":"2022-12-01T22:01:39.000Z","updated_at":"2023-01-05T14:12:15.000Z","dependencies_parsed_at":"2023-01-15T01:45:55.724Z","dependency_job_id":null,"html_url":"https://github.com/brettbuddin/advent2022","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/brettbuddin%2Fadvent2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brettbuddin%2Fadvent2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brettbuddin%2Fadvent2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brettbuddin%2Fadvent2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brettbuddin","download_url":"https://codeload.github.com/brettbuddin/advent2022/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240061740,"owners_count":19742089,"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-2022","advent-of-code-2022-rust","rust"],"created_at":"2025-01-01T23:28:07.557Z","updated_at":"2026-04-27T00:30:19.802Z","avatar_url":"https://github.com/brettbuddin.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"I'm doing my [Advent of Code 2022](https://adventofcode.com) in Rust this year.\n\nTo add a day use [Cargo Generate](https://github.com/cargo-generate/cargo-generate) to generate a crate for that day:\n\n```console\n$ cargo generate --name day02 --path ./template\n```\n\nAdd the new day to the [`workspace Cargo.toml`](Cargo.toml):\n\n```toml\n[workspace]\nmembers = [\n    \"day01\",\n    \"day02\", # Day 2!\n]\n```\n\nTo run a specific day:\n\n```console\n$ cargo run --bin day02\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrettbuddin%2Fadvent2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrettbuddin%2Fadvent2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrettbuddin%2Fadvent2022/lists"}