{"id":22513379,"url":"https://github.com/rjray/rust-advent-basis","last_synced_at":"2025-03-28T01:23:07.755Z","repository":{"id":265965748,"uuid":"896985028","full_name":"rjray/rust-advent-basis","owner":"rjray","description":"The basis/template for solving Advent of Code problems in Rust","archived":false,"fork":false,"pushed_at":"2024-12-02T01:49:46.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T03:18:58.381Z","etag":null,"topics":["advent-of-code","rust","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rjray.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-12-01T19:27:55.000Z","updated_at":"2024-12-02T01:49:50.000Z","dependencies_parsed_at":"2024-12-01T20:42:30.686Z","dependency_job_id":null,"html_url":"https://github.com/rjray/rust-advent-basis","commit_stats":null,"previous_names":["rjray/rust-advent-basis"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjray%2Frust-advent-basis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjray%2Frust-advent-basis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjray%2Frust-advent-basis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjray%2Frust-advent-basis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rjray","download_url":"https://codeload.github.com/rjray/rust-advent-basis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245950623,"owners_count":20699099,"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","rust","rust-lang"],"created_at":"2024-12-07T03:11:58.932Z","updated_at":"2025-03-28T01:23:07.735Z","avatar_url":"https://github.com/rjray.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# advent-20XX-rust\n\nThis is my code for the 20XX [Advent of Code](https://adventofcode.com/20XX),\nall solutions in [Rust](https://www.rust-lang.org/).\n\nAll code is under the `src` directory. Each solution-file is named `dayNN.rs`\nand contains both puzzle solutions for that day. These are the\npublically-facing functions `part1` and `part2`. Unlike the code I use to\nactually do the AoC challenge, this is written well after the fact.\n\n## Usage\n\nThis project is managed with [Cargo](https://doc.rust-lang.org/cargo/). Running\nthe following will download any dependencies and build the executable:\n\n```\ncargo build\n```\n\n# Advent of Code Rust Basis\n\nStarter pack for doing [Advent of Code](https://www.adventofcode.com) in\nRust. This is based largely on\n[this template](https://github.com/nickyvanurk/advent-of-code-rust-template).\n\n## Checklist\n\nOnce this template is used to create a new repo, do the following:\n\n1. Edit `Cargo.toml` to change `20XX` to the current year\n2. Edit `LICENSE` to change `20XX` to the current year\n3. Edit this file to change `20XX` to the current year\n4. Delete everything from second level-1 header (\"Advent of Code Rust Basis\")\n   to the end\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjray%2Frust-advent-basis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frjray%2Frust-advent-basis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjray%2Frust-advent-basis/lists"}