{"id":23293727,"url":"https://github.com/bestgopher/cargo-rclean","last_synced_at":"2026-03-04T07:04:40.281Z","repository":{"id":117912145,"uuid":"446647115","full_name":"bestgopher/cargo-rclean","owner":"bestgopher","description":"Execute cargo clean for all cargo projects in the directory.","archived":false,"fork":false,"pushed_at":"2025-11-07T08:42:01.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-07T10:19:36.072Z","etag":null,"topics":["cargo","cargo-subcommand","rust"],"latest_commit_sha":null,"homepage":"","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/bestgopher.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-01-11T02:10:45.000Z","updated_at":"2025-11-07T08:42:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab7bc311-c262-4a5d-9349-bb5cca312172","html_url":"https://github.com/bestgopher/cargo-rclean","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bestgopher/cargo-rclean","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Fcargo-rclean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Fcargo-rclean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Fcargo-rclean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Fcargo-rclean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bestgopher","download_url":"https://codeload.github.com/bestgopher/cargo-rclean/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Fcargo-rclean/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30075425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T05:31:57.858Z","status":"ssl_error","status_checked_at":"2026-03-04T05:31:38.462Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cargo","cargo-subcommand","rust"],"created_at":"2024-12-20T06:17:07.900Z","updated_at":"2026-03-04T07:04:40.265Z","avatar_url":"https://github.com/bestgopher.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cargo-rclean\nExecute `cargo clean` for all cargo projects in the directory.\n\n# install\n```shell\n➜ cargo install --git https://github.com/bestgopher/cargo-rclean\n```\n\n# usage\n```shell\n➜ cargo rclean\n```\n\n# Examples\nThere are three cargo projects in current working directory：\n```shell\n➜ tree -L 2\n.\n├── rclean_test_1\n│   ├── Cargo.lock\n│   ├── Cargo.toml\n│   ├── src\n│   └── target\n├── rclean_test_2\n│   ├── Cargo.lock\n│   ├── Cargo.toml\n│   ├── src\n│   └── target\n└── rclean_test_3\n    ├── Cargo.lock\n    ├── Cargo.toml\n    ├── src\n    └── target\n```\nThen I execute: `cargo rclean` :\n```shell\n➜ tree -L 2   \n.\n├── rclean_test_1\n│   ├── Cargo.lock\n│   ├── Cargo.toml\n│   └── src\n├── rclean_test_2\n│   ├── Cargo.lock\n│   ├── Cargo.toml\n│   └── src\n└── rclean_test_3\n    ├── Cargo.lock\n    ├── Cargo.toml\n    └── src\n\n```\nAll targets have been removed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestgopher%2Fcargo-rclean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbestgopher%2Fcargo-rclean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestgopher%2Fcargo-rclean/lists"}