aoc
🎄 (by est31)
tour_of_rust
A tour of rust's language features (by richardanaya)
aoc | tour_of_rust | |
---|---|---|
1 | 34 | |
1 | 902 | |
- | 0.2% | |
9.4 | 7.2 | |
4 months ago | 5 months ago | |
Rust | JavaScript | |
Mozilla Public License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
aoc
Posts with mentions or reviews of aoc.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-03.
-
Rust is very welcoming
Link to my code.
tour_of_rust
Posts with mentions or reviews of tour_of_rust.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-11.
-
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?
When comparing aoc and tour_of_rust you can also consider the following projects:
Bandwhich - Terminal bandwidth utilization tool
book - The Rust Programming Language
sniffglue - Secure multithreaded packet sniffer
Exercism - website - The codebase for Exercism's website.
Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!
verona - Research programming language for concurrent ownership