A simple repository to learn rust with the The Rust Programming Language ebook.
To execute code you should have rust.
To run code run command cargo run
I use Atom as text editor.
plugin
- racer for autocompletion. This plugin require racer exec
Day 1 (6/01/2018) : Install rust 1.26.2 and setup Atom.
Day 2 (7/18/2019) : Do the Guessing Game