/learning-rust

random junk I ended up writing while playing with rust

Primary LanguageRust

Learning Rust

This is just a bin to drop links, snippets and other things for personal future reference.

Development Environment

Installing Tools

$ rustup component add rustfmt
$ rustup component add clippy

Error Docs

Rust has a Rust Compiler Error Index to help understand anything it throws back at you at compile-time.

Learning References

Videos and Lectures

🀄