{"id":23952492,"url":"https://github.com/akesson/rustup-configurator","last_synced_at":"2026-06-20T14:32:23.901Z","repository":{"id":65876943,"uuid":"599954314","full_name":"akesson/rustup-configurator","owner":"akesson","description":"Helper for listing and adding rustup targets","archived":false,"fork":false,"pushed_at":"2024-06-02T15:04:19.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-02T02:26:40.230Z","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/akesson.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":"2023-02-10T08:51:15.000Z","updated_at":"2024-06-02T15:04:22.000Z","dependencies_parsed_at":"2025-01-06T13:58:54.511Z","dependency_job_id":"ed7cb204-4231-4dcb-9778-e7a9171ff97b","html_url":"https://github.com/akesson/rustup-configurator","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"eb4890b57b74c844cb705d619031fab33002b82c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akesson/rustup-configurator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akesson%2Frustup-configurator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akesson%2Frustup-configurator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akesson%2Frustup-configurator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akesson%2Frustup-configurator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akesson","download_url":"https://codeload.github.com/akesson/rustup-configurator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akesson%2Frustup-configurator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34573729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":"2025-01-06T13:58:51.444Z","updated_at":"2026-06-20T14:32:23.880Z","avatar_url":"https://github.com/akesson.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rustup Configurator\n\nThis crate provides a simple interface to the `rustup target` command for listing and adding targets in Rust. It's designed to make managing your Rust targets easier and more efficient.\n\n## Usage\n\n```rust\nuse rustup_configurator::target::Target;\n\n// Get a list of all targets and if they are installed\nlet list: Vec\u003cTarget\u003e = rustup_configurator::target::list().unwrap();\n\n// Get all installed targets\nlet installed: Vec\u003cTarget\u003e = rustup_configurator::target::installed().unwrap();\n\n// Install some targets\nrustup_configurator::target::install(\u0026[\"aarch64-apple-ios\".into()]).unwrap();\n# Contributions\n```\n\nContributions are welcome! Please open an issue or PR on [GitHub](https://github.com/akesson/rustup-configurator)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakesson%2Frustup-configurator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakesson%2Frustup-configurator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakesson%2Frustup-configurator/lists"}