{"id":15359133,"url":"https://github.com/santisoler/adventofcode-2022","last_synced_at":"2025-10-30T08:02:43.199Z","repository":{"id":86165409,"uuid":"573996628","full_name":"santisoler/adventofcode-2022","owner":"santisoler","description":"Solutions to advent of code 2022 written in Rust","archived":false,"fork":false,"pushed_at":"2023-01-22T02:27:48.000Z","size":139,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T13:49:45.698Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/santisoler.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":"2022-12-04T04:41:52.000Z","updated_at":"2023-01-10T08:50:55.000Z","dependencies_parsed_at":"2023-03-13T08:43:40.117Z","dependency_job_id":null,"html_url":"https://github.com/santisoler/adventofcode-2022","commit_stats":{"total_commits":43,"total_committers":2,"mean_commits":21.5,"dds":"0.16279069767441856","last_synced_commit":"f88877ccdbfb63df3518fce90bccaab5cd4791f7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/santisoler/adventofcode-2022","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2Fadventofcode-2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2Fadventofcode-2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2Fadventofcode-2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2Fadventofcode-2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santisoler","download_url":"https://codeload.github.com/santisoler/adventofcode-2022/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2Fadventofcode-2022/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273960709,"owners_count":25198447,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-01T12:43:53.847Z","updated_at":"2025-10-30T08:02:43.193Z","avatar_url":"https://github.com/santisoler.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solutions to Advent of Code 2022\n\nI challenged myself to solve this year AoC using Rust 🦀. I was in the middle\nof the [The Rust Programming Language](https://doc.rust-lang.org/book/) book\nwhen AoC started, so I was quite _rusty_ with the new language (and not in the\nbest sense of the word).\n\nI'm quite proud that my code style improved a lot with each day, hope I can\nkeep this trend 🤞. But I still have a lot to learn.\n\n\n## How to run the solutions\n\nTo run my solutions to AoC 2022 you need the Rust compiler. Since I decided not\nto use any crate and stick with the standard libraries, that would be enough.\nBut I actually used `cargo` every day of the challenge to get used to the tool.\nWith it you can build, run and test each solution.\nCheck the\n[Installation](https://doc.rust-lang.org/book/ch01-01-installation.html)\nsection in the aforementioned book.\n\nFor example, if you want to run the solution to day one, clone this repo,\nand navigate to the `day-01` folder:\n\n```\ngit clone https://www.github.com/santisoler/adventofocode-2022\ncd adventofcode-2022\ncd day-01\n```\n\nIn there you can use `cargo` to test the code (if there are tests available):\n\n```\ncargo test\n```\n\nOr run the code to obtain solutions for both days:\n\n```\ncargo run\n```\n\n## License\n\nCopyright © 2022 Santiago Soler\n\nSource code available through the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantisoler%2Fadventofcode-2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsantisoler%2Fadventofcode-2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantisoler%2Fadventofcode-2022/lists"}