{"id":30176239,"url":"https://github.com/samrocketman/rustenv","last_synced_at":"2026-02-11T10:31:20.789Z","repository":{"id":268209815,"uuid":"903603513","full_name":"samrocketman/rustenv","owner":"samrocketman","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-15T07:11:30.000Z","size":2,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-12T02:33:17.304Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/samrocketman.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":"2024-12-15T03:22:09.000Z","updated_at":"2024-12-15T07:11:34.000Z","dependencies_parsed_at":"2024-12-15T08:28:14.657Z","dependency_job_id":null,"html_url":"https://github.com/samrocketman/rustenv","commit_stats":null,"previous_names":["samrocketman/rustenv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samrocketman/rustenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Frustenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Frustenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Frustenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Frustenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samrocketman","download_url":"https://codeload.github.com/samrocketman/rustenv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Frustenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29332277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: 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":[],"created_at":"2025-08-12T02:21:47.617Z","updated_at":"2026-02-11T10:31:20.781Z","avatar_url":"https://github.com/samrocketman.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Dev Environment\n\nA simple rust development environment for my Desktop Linux machines.\n\n\u003e **WARNING:** this environment gets set up with my personal dotfiles including\n\u003e git author settings.\n\n# Building\n\nTo build the initial docker image run the following command.\n\n    docker build -t rust .\n\nWill pull in the latest available version of Rust.\n\n# Installation\n\nAdd to `.bashrc` file the following function.\n\n```bash\n# rust environment provided by my rustenv project\nfunction rustenv() {\n    docker run -it --rm -v \"$PWD\":\"$PWD\" -w \"$PWD\" rust\n}\n```\n\n# Usage\n\nStart this from the root of a Git repository containing a Rust project.\n\n    rustenv\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocketman%2Frustenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamrocketman%2Frustenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocketman%2Frustenv/lists"}