Set up for Rust exercises.
Hi Chris, I am not sure which git link I should follow? Either from rust-lang/rustlings or your github account, the rustling watch does not follow the order of files as in your video. Would you please advise? Thanks
Hi Chris, I am not sure which git link I should follow? Either from rust-lang/rustlings or your github account, the rustling watch does not follow the order of files as in your video. Would you please advise? Thanks
I would follow along with Chris' repository for this course.
Thanks @Lucas Minter, do you see the order of the watch is the same with lecture videos after Variable section? If so which branch or tag do you use?
Hey y'all!
The Rustlings repository has released a major new version since this course was released. If you want to follow along exactly you can use the repo under my username and follow the master branch: https://github.com/ChristopherBiscardi/rustlings/tree/master or if you're comfortable using a slightly bigger set of exercises you can follow the Rustlings core repo. The majority of the exercises are the same, but some things may look different.
Thanks Chris for the instructions.