RustBooks
tour_of_rust
RustBooks | tour_of_rust | |
---|---|---|
14 | 34 | |
4,540 | 885 | |
- | - | |
5.2 | 7.2 | |
15 days ago | 20 days ago | |
JavaScript | ||
- | 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.
RustBooks
-
"Effective Rust" Book by David Drysdale
PRed it here: https://github.com/sger/RustBooks/pull/67
-
Learning Rust Until I Can Walk Again
Also a collection of valuable books: - https://github.com/sger/RustBooks
- Where to start?
-
What are your must read books for rust ?
https://github.com/sger/RustBooks here’s a list of all of them. I always recommend The Book and Programming Rust for people starting out.
-
Rust Books Grouped by Level
Luca has a PR up to add it https://github.com/sger/RustBooks/pull/55
- Best book after the official Rust book?
-
Hey Rustaceans! Got a question? Ask here! (25/2022)!
There have been written a bunch of books on rust, you can find the list (and links to the free ones) here: https://github.com/sger/RustBooks
-
The Rust Programming Book is not good for Beginners?
Strange, wonder what escaped that hash, the link for me is: https://github.com/sger/RustBooks#starter-books
- Best way to spend learning budget on Rust?
tour_of_rust
-
Becoming Rustacean:Awesome Free Online Resources to Learn Rust Programming
https://tourofrust.com/ is fun. Learning rust has a weird initial learning curve dealing with the aggressive analyzer/compiler and how you have to approach your variables, but after that initial hump it is one of the coziest languages I've used. Having what was initially a bit of a nag, is now a godsend when i'm getting red-squiggles in vscode for a typo in my SQL string for a misnamed column, or a field in my template was removed and so my struct shows how it's now unused.
-
58 Rust Resources Every Learner Should Know in 2023
1. 👶 Tour of Rust is a step-by-step guide for the Rust programming language. It gives a nice overview of the language and allows the learner to also modify the code examples to experiment.
-
I wanna be a crab.
Another good learning resource is the Tour of Rust, which is more hands-on than The Book. It has a code example (which you can edit and run directly) in every section.
-
Rust slow tutorial
The bonus by learning this way is that the Rust compiler gives amazing feedback allowing you to intentionally experiment by breaking the examples. https://tourofrust.com/ was my first superficial pass.
-
Anything C can do Rust can do Better
Tour of Rust - Richard Anaya
-
This list of free scala courses will help you get started with mastering scala. Check it out.
Other languages have similar ones like https://tourofrust.com/
- Tour of Rust now in Vietnamese!
- Unable to learn rust.
-
35 Rust Learning Resources Every Beginner Should Know in 2022
1. Tour of Rust is a step-by-step guide for the Rust programming language. It gives a nice overview of the language and allows the learner to also modify the code examples to experiment. I would say that the Tour of Rust is not a resource that you would rely on by itself.
-
Rust is very welcoming
I really liked https://tourofrust.com/ Helped me a ton.
What are some alternatives?
rust-by-example - Learn Rust with examples (Live code editor included)
book - The Rust Programming Language
zero-to-production - Code for "Zero To Production In Rust", a book on API development using Rust.
Exercism - website - The codebase for Exercism's website.
reference - The Rust Reference
learnxinyminutes-docs - Code documentation written as code! How novel and totally my idea!
HandsOnRust - The source code that accompanies Hands-on Rust: Effective Learning through 2D Game Development and Play by Herbert Wolverson
Wolfensvelte-3D - Wolfenstein 3D, reimagined in Svelte - rendered with the DOM
verona - Research programming language for concurrent ownership
Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!