The Rust Programming Language book

https://rust-book.cs.brown.edu/ch03-01-variables-and-mutability.html

 

Variables and Mutability - The Rust Programming Language

As mentioned in the “Storing Values with Variables” section, by default, variables are immutable. This is one of many nudges Rust gives you to write your code in a way that takes advantage of the safety and easy concurrency that Rust offers. However, y

rust-book.cs.brown.edu

 

 

Rusty CS

https://github.com/AbdesamedBendjeddou/Rusty-CS

 

GitHub - AbdesamedBendjeddou/Rusty-CS: A Computer Science Curriculum with Rust flavor!

A Computer Science Curriculum with Rust flavor! Contribute to AbdesamedBendjeddou/Rusty-CS development by creating an account on GitHub.

github.com

 

Rust Web Dev roadmap

https://github.com/anshulrgoyal/rust-web-developer-roadmap

 

GitHub - anshulrgoyal/rust-web-developer-roadmap: Roadmap to becoming a Rust Web Developer in 2022

Roadmap to becoming a Rust Web Developer in 2022. Contribute to anshulrgoyal/rust-web-developer-roadmap development by creating an account on GitHub.

github.com

 

Resources and code

https://github.com/rust-unofficial/awesome-rust

 

GitHub - rust-unofficial/awesome-rust: A curated list of Rust code and resources.

A curated list of Rust code and resources. Contribute to rust-unofficial/awesome-rust development by creating an account on GitHub.

github.com

 

Good First Issue

https://github.com/search?q=is%3Aissue%20is%3Aopen%20language%3ARust%20sort%3Aupdated-desc%20label%3A%22good%20first%20issue%22&type=issues 

 

+ Recent posts