Hey Folks,
At the meet up for getting started contributing to rust, there was a little difficulty provisioning amis for developers to get started working on rust. I put together a vagrantfile to set up rust development.
The steps to get setup are
- Install Vagrant
- git clone git@github.com:estsauver/rust-dev-box.git
- cd rust-dev-box
- vagrant up
(Step 4 takes a while, maybe get coffee and go for a walk.)
- vagrant ssh
And you’re in a box set up for developing against rust-lang/rust.
Thanks,
Earl St Sauver