book
Rustlings
Our great sponsors
book | Rustlings | |
---|---|---|
588 | 266 | |
12,326 | 39,046 | |
2.1% | 4.0% | |
9.3 | 8.7 | |
5 days ago | 6 days ago | |
Rust | Rust | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
book
-
What's everyone working on this week (22/2023)?
Still finishing up on chapter 19 of the Rust book at https://doc.rust-lang.org/book/ !
-
How to move to rust from c++?
Many people have already recommended the The Book which is a great resource that you should reference whenever you are stuck.
The Rust website links to some nice resources. I recommend the book called The Rust Programming Language.
-
Stepping up the YAML engineer game
Have you got a moment to read through the good book , after reading through this perhaps try the Rustonomicon.
-
What is the best resource to start learning rust?
Read "the book" - https://doc.rust-lang.org/book/
-
Is Rust a good "first low-level language"?
there's no one i am literally no one except developers themselves know knows entire language ... then >>> https://doc.rust-lang.org/book/ <<< there's your entire rust language syntax and everything almost ; and i have read tons of things about rust and i coded in it ... plus i am reading documentation and i know what i am talking about i am not creating things out of air and even many rust developers dont like it because its too hard and its loaded with many stupid things , developers who coded in rust in many years ...
-
The Rust Programming Language has recently made it possible to compile your code to the PS Vita! This potentially mean an increase in projects released as Rust is to a certain extent easier than the C programming language. I’m excited about this!
The Rust Programming Language Book
-
How to start learning a systems language
Read the first couple chapters of the The Rust Book. Maybe follow along with the exercises. But just let the intro sink in a bit.
-
Build a desktop app with Qt and Rust
To follow along with the demo and other content included in this guide, you should have a working knowledge of Rust. To learn more, you can read the book.
-
Hey Rustaceans! Got a question? Ask here (19/2023)!
For beginner stuff there's a playlist by let's get rusty that goes over the book: playlist
Rustlings
- Want to become a blockchain developer, which University Major to take?
-
What are the unique benefits of Rust over C++?
If you want to try it and not jump into a project right away, take a look at rustlings, which are small step-by-step exercises to the main features of the language.
-
How to move to rust from c++?
Rustlings: Quick exercises to get you reading and writing Rust.
-
What is the best resource to start learning rust?
Completed Rustlings
-
I’ve fallen in love with rust so now what?
I’d suggest trying the rustlings exercises.
- How to start learning a systems language
-
Looking for Rust tutoring (Kernel Development, Software Development, Etc)
Start with the book (linked by /u/VLRbaXUjymAqyvaeLqUo). Complete Rustlings. Browse the starter pack for specific topic education. Do some advent of code in Rust.
-
What are your experiences with hack-and-learn events?
Rustlings a project containing small exercises to get you used to reading and writing Rust code.
-
What is the best way to learn Rust from a complete beginner programmer?
As for the Rust aspect, the same as everyone else - the book, rustlings, Doug Milford's tutorial, the beginner's guide etc. Find what works for you.
- Are there any gamified learning tutorials?
What are some alternatives?
rust-koans - Koans for the Rust programming language
rust-by-example - Learn Rust with examples (Live code editor included)
Exercism - Scala Exercises - Crowd-sourced code mentorship. Practice having thoughtful conversations about code.
rust-learning - A bunch of links to blog posts, articles, videos, etc for learning Rust
ziglings - Learn the Zig programming language by fixing tiny broken programs.
rust.vim - Vim configuration for Rust.
solana-program-library - A collection of Solana programs maintained by Solana Labs
nomicon - The Dark Arts of Advanced and Unsafe Rust Programming
Rust-Full-Stack - Rust projects here are easy to use. There are blog posts for them also.
github-cheat-sheet - A list of cool features of Git and GitHub.
rust-analyzer - A Rust compiler front-end for IDEs [Moved to: https://github.com/rust-lang/rust-analyzer]