book
tour_of_rust
book | tour_of_rust | |
---|---|---|
646 | 34 | |
15,561 | 896 | |
1.8% | - | |
9.8 | 7.2 | |
4 days ago | 2 months ago | |
Rust | JavaScript | |
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
-
auto y2025 = new Year(); // Resolutions
Finish again The Book.
-
State of Mind Right Before 2025
Rust was all the hype, and I gave it a try. I read the Rust book and created some small programs. I enjoyed the type system, iterators and borrow checker. But I got lost in macros. To me, a program's code should be as explicit as possible.
-
🤯 Why Rust it's so good?
Link: https://doc.rust-lang.org/book/
-
Build Lightning-Fast Data Processing in Rust: From Single Thread to Parallel Performance
The Rust Book
-
Rust: Pouring the Footings
In this article, I’ve hopefully given you some foundational breadcrumbs in the Rust language. Take these and go off to do your reading, research, and practice. As always, I recommend The Rust Programming Language for further reading and detail.
-
Rust: Tools (early access edition)
So... why should I buy a $35 introductory programming book in 2024?
Here are some free introductory Rust books:
- The Rust Book: https://doc.rust-lang.org/book/
-
Baby Steps with Rust
The Rust Programming Language
-
How to Become a Solana Developer: A Comprehensive Guide
2. Learning Programming Languages Solana development primarily uses Rust, but you can also use C, C++, or Anchor (a Rust-based framework) for smart contracts. Here’s how to get started: Rust Programming Rust is a systems programming language known for performance and memory safety. Learn Rust via: The Rust Book: The official guide to mastering Rust. Interactive tutorials and exercises on YouTube. JavaScript/TypeScript The Solana ecosystem leverages JavaScript or TypeScript for interacting with dApps on the frontend. Key skills: Fetching blockchain data using Solana's libraries. Using the Solana Web3.js library to connect to the network and interact with smart contracts.
-
Stop Making Me Memorize the Borrow Checker
https://doc.rust-lang.org/book/ is great. I’d been writing Rust for months before I started reading it and still began learning new things from the start. Oh, that’s why it does this!
-
Starting to Rust: A Developer’s Journey into the Rust Language
I was using the Rust Book, (I still am), but in order to avoid being caught in tutorial hell, I asked Chat-GPT to suggest projects I can build in order of difficulty to solidify the concepts as I go along. It came back with the following suggestions:
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?
Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!
Exercism - website - The codebase for Exercism's website.
rust-by-example - Learn Rust with examples (Live code editor included)
verona - Research programming language for concurrent ownership
nomicon - The Dark Arts of Advanced and Unsafe Rust Programming
learnxinyminutes-docs - Code documentation written as code! How novel and totally my idea!
too-many-lists - Learn Rust by writing Entirely Too Many linked lists
zero-to-production - Code for "Zero To Production In Rust", a book on API development using Rust.
solana-program-library - A collection of Solana programs maintained by Solana Labs
reference - â• Share quick reference cheat sheet for developers.
github-cheat-sheet - A list of cool features of Git and GitHub.
blog.rust-lang.org - Home of the Rust and Inside Rust blogs