Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.14 KB

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

🀄