RustCourse

You have landed on the main Github repo for the labwork associated with the Rust Course! Here you will find the skeletons and documentation for the labs, and recieve feedback on your work.

How to get started

Firstly, hop on over to the Discord server: https://discord.gg/nr3Vxz5CMz. It's the main place for discussing these labs, and learning Rust in general.

After that, be sure to fork this repo in order to have your work marked when you're done with it by submitting a Pull Request!

Helpful Tools for Programming in Rust

Clippy: https://github.com/rust-lang/rust-clippy - A powerful linter for Rust.

Rustfmt: https://github.com/rust-lang/rustfmt - Formatter for Rust style.