rustenv
rustenv copied to clipboard
Virtual, activate-able environments for Rust
see https://github.com/chriskuehl/rustenv/issues/53
Currently this seems working for Linux only. It would be good if it works in Windows also ? Any plans for this ?
currently it produces output like this: ```console $ rustenv renv info: downloading installer info: profile set to 'default' info: default host triple is x86_64-unknown-linux-gnu info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'...
Hello there @chriskuehl ! Thank you for this simple yet useful piece of software. I often use python instead of shell script for quick tools, even when I'm not working...