{"id":16788009,"url":"https://github.com/thinkverse/exercism-rust","last_synced_at":"2025-08-21T15:36:33.632Z","repository":{"id":105002798,"uuid":"585880144","full_name":"thinkverse/exercism-rust","owner":"thinkverse","description":"Solutions to Exercism's Rust track","archived":false,"fork":false,"pushed_at":"2023-03-16T22:22:19.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-23T10:13:10.023Z","etag":null,"topics":["exercism","exercism-rust","exercism-solutions","exercism-track","rust"],"latest_commit_sha":null,"homepage":"https://exercism.org/profiles/thinkverse","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/thinkverse.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":"2023-01-06T10:30:23.000Z","updated_at":"2023-01-11T17:04:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"2df9577c-26b7-4c25-b1ec-02c1987d8214","html_url":"https://github.com/thinkverse/exercism-rust","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/thinkverse%2Fexercism-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkverse%2Fexercism-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkverse%2Fexercism-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkverse%2Fexercism-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thinkverse","download_url":"https://codeload.github.com/thinkverse/exercism-rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243950962,"owners_count":20373665,"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":["exercism","exercism-rust","exercism-solutions","exercism-track","rust"],"created_at":"2024-10-13T08:16:34.963Z","updated_at":"2025-03-17T00:22:03.779Z","avatar_url":"https://github.com/thinkverse.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exercism Rust Track\n\n## Running the tests\n\nExecute the tests with:\n\n```bash\n$ cargo test\n```\n\nAll but the first test have been ignored. After you get the first test to\npass, open the tests source file which is located in the `tests` directory\nand remove the `#[ignore]` flag from the next test and get the tests to pass\nagain. Each separate test is a function with `#[test]` flag above it.\nContinue, until you pass every test.\n\nIf you wish to run _only ignored_ tests without editing the tests source file, use:\n\n```bash\n$ cargo test -- --ignored\n```\n\nIf you are using Rust 1.51 or later, you can run _all_ tests with\n\n```bash\n$ cargo test -- --include-ignored\n```\n\nTo run a specific test, for example `some_test`, you can use:\n\n```bash\n$ cargo test some_test\n```\n\nIf the specific test is ignored, use:\n\n```bash\n$ cargo test some_test -- --ignored\n```\n\nTo learn more about Rust tests refer to the online [test documentation][rust-tests].\n\n[rust-tests]: https://doc.rust-lang.org/book/ch11-02-running-tests.html\n\n## Submitting your solution\n\nYou can submit your solution using the `exercism submit src/lib.rs Cargo.toml` command.\nThis command will upload your solution to the Exercism website and print the solution page's URL.\n\nIt's possible to submit an incomplete solution which allows you to:\n\n- See how others have completed the exercise\n- Request help from a mentor\n\n## Need to get help?\n\nIf you'd like help solving the exercise, check the following pages:\n\n- The [Rust track's documentation](https://exercism.org/docs/tracks/rust)\n- [Exercism's programming category on the forum](https://forum.exercism.org/c/programming/5)\n- The [Frequently Asked Questions](https://exercism.org/docs/using/faqs)\n\nShould those resources not suffice, you could submit your (incomplete) solution to request mentoring.\n\n## Rust Installation\n\nRefer to the [exercism help page][help-page] for Rust installation and learning\nresources.\n\n## Submitting the solution\n\nGenerally you should submit all files in which you implemented your solution (`src/lib.rs` in most cases). If you are using any external crates, please consider submitting the `Cargo.toml` file. This will make the review process faster and clearer.\n\n## Feedback, Issues, Pull Requests\n\nThe GitHub [track repository][github] is the home for all of the Rust exercises. If you have feedback about an exercise, or want to help implement new exercises, head over there and create an issue. Members of the rust track team are happy to help!\n\nIf you want to know more about Exercism, take a look at the [contribution guide].\n\n## Submitting Incomplete Solutions\nIt's possible to submit an incomplete solution so you can see how others have completed the exercise.\n\n[help-page]: https://exercism.org/tracks/rust/learning\n[github]: https://github.com/exercism/rust\n[contribution guide]: https://exercism.org/docs/community/contributors","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkverse%2Fexercism-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinkverse%2Fexercism-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkverse%2Fexercism-rust/lists"}