{"id":13478662,"url":"https://github.com/sdegetaus/hackerrank-challenges-rust","last_synced_at":"2025-03-27T08:30:49.930Z","repository":{"id":217422484,"uuid":"228273751","full_name":"sdegetaus/hackerrank-challenges-rust","owner":"sdegetaus","description":"Hackerrank challenges solved with the Rust Programming Language.","archived":false,"fork":false,"pushed_at":"2019-12-21T18:09:36.000Z","size":49,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-30T12:47:11.985Z","etag":null,"topics":["hackerrank","hackerrank-rust","hackerrank-solutions","rust","rust-lang"],"latest_commit_sha":null,"homepage":"https://www.hackerrank.com/challenges","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/sdegetaus.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":"2019-12-16T00:38:44.000Z","updated_at":"2023-11-10T07:31:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"f545b9c1-d7eb-4fa2-90a5-f8df0c349479","html_url":"https://github.com/sdegetaus/hackerrank-challenges-rust","commit_stats":null,"previous_names":["sdegetaus/hackerrank-challenges-rust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdegetaus%2Fhackerrank-challenges-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdegetaus%2Fhackerrank-challenges-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdegetaus%2Fhackerrank-challenges-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdegetaus%2Fhackerrank-challenges-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdegetaus","download_url":"https://codeload.github.com/sdegetaus/hackerrank-challenges-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245809652,"owners_count":20676027,"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":["hackerrank","hackerrank-rust","hackerrank-solutions","rust","rust-lang"],"created_at":"2024-07-31T16:02:00.158Z","updated_at":"2025-03-27T08:30:49.925Z","avatar_url":"https://github.com/sdegetaus.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Hackerrank Challenges in Rust\n\n[Hackerrank](https://www.hackerrank.com/) challenges solved with the **Rust Programming Language**.\n\nI am absolutely new to Rust, and I have decided to give it a shot by solving some challenges from Hackerrank. If you are interested and you want to correct or improve my code, please do! :slightly_smiling_face: I would love to see more experienced coders' approaches.\n\n---\n\n#### Instructions\n\nTo run (you need [Rust](https://www.rust-lang.org/) and [Cargo](https://crates.io/) installed):\n\n```bash\n#!/bin/bash\ncargo run\n```\n\nYou need to change the `main` function  with the challenge you would like to run:\n\n```rust\n// src/main.rs\n\nmod challenges;\nmod functions;\nmod rust_basics;\n\nfn main() {\n    challenges::thirty_days_of_code::day_00::main();\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdegetaus%2Fhackerrank-challenges-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdegetaus%2Fhackerrank-challenges-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdegetaus%2Fhackerrank-challenges-rust/lists"}