{"id":15639807,"url":"https://github.com/chriskuehl/rustenv","last_synced_at":"2025-04-04T23:10:03.381Z","repository":{"id":32513530,"uuid":"135856752","full_name":"chriskuehl/rustenv","owner":"chriskuehl","description":"Virtual, activate-able environments for Rust","archived":false,"fork":false,"pushed_at":"2025-02-17T22:33:26.000Z","size":133,"stargazers_count":91,"open_issues_count":4,"forks_count":9,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-28T22:14:50.370Z","etag":null,"topics":["cargo","rust","rustup"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chriskuehl.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":"2018-06-02T22:30:58.000Z","updated_at":"2025-03-10T11:19:09.000Z","dependencies_parsed_at":"2023-12-26T20:44:47.269Z","dependency_job_id":"623b669f-caf2-4cce-86ec-44443d927790","html_url":"https://github.com/chriskuehl/rustenv","commit_stats":{"total_commits":88,"total_committers":5,"mean_commits":17.6,"dds":"0.31818181818181823","last_synced_commit":"c62765d3fc8d2e0f83ef0ca4edd778ae2c4e6152"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriskuehl%2Frustenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriskuehl%2Frustenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriskuehl%2Frustenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriskuehl%2Frustenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chriskuehl","download_url":"https://codeload.github.com/chriskuehl/rustenv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247261612,"owners_count":20910108,"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":["cargo","rust","rustup"],"created_at":"2024-10-03T11:27:22.124Z","updated_at":"2025-04-04T23:10:03.324Z","avatar_url":"https://github.com/chriskuehl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://github.com/chriskuehl/rustenv/actions/workflows/main.yml/badge.svg)](https://github.com/chriskuehl/rustenv/actions)\n[![PyPI version](https://badge.fury.io/py/rustenv.svg)](https://pypi.org/project/rustenv/)\n\nrustenv\n==========\n\nCreate virtual, activate-able environments for Rust, similar to `virtualenv`\nfor Python.\n\nA virtual environment is a self-contained installation of Rust, Cargo, etc.,\nwhich is completely isolated from any user-level installations you may have.\n\nFor example:\n\n```bash\n# Create a new rustenv\n$ rustenv renv\n\n# Run a command in it\n$ renv/bin/rustc --version\nrustc 1.26.1 (827013a31 2018-05-25)\n$ renv/bin/cargo --version\ncargo 1.26.0 (0e7c5a931 2018-04-06)\n\n# Activate it to avoid having to prefix your commands\n$ . renv/bin/activate\n(renv) $ rustc --version\nrustc 1.26.1 (827013a31 2018-05-25)\n\n# Install hello-cli: https://crates.io/crates/hello-cli\n(renv) $ cargo install hello-cli\n(renv) $ hello\nHello World!\n\n# Deactivate it to restore your PATH and PS1\n(renv) $ deactivate_rustenv\n$ rustc --version\ncommand not found: rustc\n```\n\n\n## Installation\n\nrustenv is [available via PyPI](https://pypi.org/project/rustenv/) and can be\ninstalled using `pip`:\n\n```bash\n$ pip install rustenv\n```\n\n\n## Project status\n### What works right now\n\n* Everything in the example above.\n\n\n### Remaining work\n\n* Provide some additional options when creating the rustenv:\n  * Allow specifying rustc / cargo version\n  * Allow disabling PS1 modification, similar to virtualenv\n* ...and more? (file an issue! :))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchriskuehl%2Frustenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchriskuehl%2Frustenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchriskuehl%2Frustenv/lists"}