tour_of_rust
reference
tour_of_rust | reference | |
---|---|---|
34 | 14 | |
901 | 7,143 | |
1.0% | 6.7% | |
7.2 | 9.3 | |
3 months ago | about 1 month ago | |
JavaScript | EJS | |
MIT License | GNU General Public License v3.0 only |
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.
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.
reference
-
12 Essential Websites Every Coder Should Know
cheatsheets.zip provides cheat sheets and quick reference materials contributed by the open-source community. Whether you need to look up shortcuts and syntax for any programming language or tool, you can find it here.
- QuickRef.ME - Quick Reference Cheat Sheet
- QuickRef.ME - Quick Reference Cheat SheetQuick Reference Here are some cheatsheets and quick references contributed by open source angels.
-
Kebihelp : The universal keybindings helper
The shortcuts imported are the default ones taken from https://quickref.me, but of course once imported you can customize them.
- Python Cheatsheet
-
A complete open source vim cheatsheet
Source code: https://github.com/Fechin/reference
-
Free CheatSheet(s) für Programmiersprachen!
Dann schau mal hier rein: quickref.me
- Quick Reference: Cheatsheets and quick references
What are some alternatives?
Exercism - website - The codebase for Exercism's website.
ultimate-python - Ultimate Python study guide :snake: :snake: :snake:
book - The Rust Programming Language
curated-programming-resources - A curated list of resources for learning programming.
learnxinyminutes-docs - Code documentation written as code! How novel and totally my idea!
kebihelp - A universal Keybinding helper written in Python and QT5
verona - Research programming language for concurrent ownership
stdarch - Rust's standard library vendor-specific APIs and run-time feature detection
zero-to-production - Code for "Zero To Production In Rust", a book on API development using Rust.
wg-grammar - Where the work of WG-grammar, aiming to provide a canonical grammar for Rust, resides
RustBooks - List of Rust books
dayone-json-to-obsidian - Update Obsidian vault from Day One (“DayOne”) JSON using command line scripts.