lesreaper / rust_training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ferrous training for Rust

Started 03/09/22

Please send up any PR's for additional info or code!

Course Information and Outline

Code activities

A list of all of the challenges are here, and the full solutions.

Random Notes

There was no real way to save any notes from this course, and no materials are provided from the actual teaching. However, there was some code and notes the instructor placed in the Zoom chat which were helpful as they went along. I didn't start really grabbing these until day 2, but here is what I have.

We use the rust-analyzer extension in VS Code versus the standard Rust Lang extension. Note that there MUST be a cargo.toml file in your base directory you have open for this to work. That is, you have to open each exercise in it's own window for the analyzer to work.

About


Languages

Language:Makefile 80.8%Language:C++ 8.2%Language:CMake 5.7%Language:C 3.7%Language:Rust 1.6%