{"id":20629182,"url":"https://github.com/dcts/rust-exercise","last_synced_at":"2026-04-27T05:02:53.381Z","repository":{"id":101464855,"uuid":"512728974","full_name":"dcts/rust-exercise","owner":"dcts","description":"party time 🥳","archived":false,"fork":false,"pushed_at":"2022-07-11T14:41:13.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-25T23:49:40.484Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dcts.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":"2022-07-11T11:29:07.000Z","updated_at":"2022-07-11T14:41:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc8324a8-eb1c-44d4-8062-e637cb17b7d5","html_url":"https://github.com/dcts/rust-exercise","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dcts/rust-exercise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Frust-exercise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Frust-exercise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Frust-exercise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Frust-exercise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcts","download_url":"https://codeload.github.com/dcts/rust-exercise/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Frust-exercise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32323215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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-11-16T13:42:02.326Z","updated_at":"2026-04-27T05:02:53.361Z","avatar_url":"https://github.com/dcts.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Exercises\n\nThis is a Rust library that contains multiple utility functions, to get introduced into the fundamentals of rust.\n\n## Your Goals\n\nClone this repository, and go to `src/lib.rs` to see the exercises.\n\n**Your goal is to implement all the `unimplemented!()` functions in this library, making all the tests pass.** \n\nEach function has some tests associated with it. After you implement a function, run the tests to see whether the implementation was correct. \n\nIt's much better for you to go in order, implementing the functions from top to bottom.\n\n## Running the tests\n\n\u003e If you haven't yet, [install Rust](https://www.rust-lang.org/tools/install).\n\nTo run the tests, run this from a terminal in the root folder of this repository:\n\n```bash\ncargo test\n```\n\nWhich should give an output with the summary of the tests like this one: \n\n```\ntest result: FAILED. 0 passed; 17 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n```\n\n## What's in this repository\n\n- `src/lib.rs`: main file with the source code for the library. Go to this file and implement its functions to complete the exercise.\n- `tests/tests.rs`: tests for each function defined in `src/lib.rs`.\n- `Cargo.toml`: cargo file which declares project as a Rust package.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcts%2Frust-exercise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcts%2Frust-exercise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcts%2Frust-exercise/lists"}