Rustlings
Rust-Full-Stack
Rustlings | Rust-Full-Stack | |
---|---|---|
293 | 22 | |
52,613 | 1,531 | |
1.8% | - | |
9.9 | 2.1 | |
11 days ago | over 1 year ago | |
Rust | Rust | |
MIT License | 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.
Rustlings
-
To-Do from CLI with Rust
Rustlings
-
Rust from a Web perspective
It is becoming more and more applicapible to the Web... Servers and clients with #wasm, you can actually natively import a rust module into node.js for extra threads or heavy lifting. Start learning!
-
Up(sun) and running with Rust: The game-changer in systems programming
Practice with "Rust by Example" and "Rustlings"
-
100 Exercises to Learn Rust
Surprised no one has mentioned another great and similar resource called Rustlings [0] (yes very punny name). You are given some files with todo statements which you'll need to fix and make the code compile and pass all the tests. It's an interactive way to learn which is what got me through learning Rust a few years ago.
[0] https://github.com/rust-lang/rustlings
-
GPUI 2 is now in production – Zed
Zed is great, have been using it to do the Rustlings exercises and learn Rust:
https://github.com/rust-lang/rustlings
If you've been looking for an excuse to learn Rust, check it out.
- I'm looking for practical Rust exercises
-
Avoid nested matches
Doing the rustlings conversions/from_into task which asks
-
Rustlings is the greatest thing ever
However, I stumbled across Tauri (as a replacement for Electron), and installed Rust just to get Tauri to work. A few days later, I installed Rustlings (https://github.com/rust-lang/rustlings) on a whim, and did the first exercise.
- CodeCrafters CEO adds his paid service as a next step after finishing Rustlings
-
Learning Zig
Rust also has something similar which is where I believe Zig drew inspiration from as well: https://github.com/rust-lang/rustlings
Rust-Full-Stack
- Rust for web development
- Rust project websites?
-
The 4 best resources to learn Rust !
In addition there are many other online resources available to help you learn Rust. For example, the Rustonomicon is a more advanced resource that covers advanced topics such as unsafe code, concurrency, and more. If you are interested in building website check this repo.
-
Want to learn Rust --HELP!
There are some examples you can use to learn here.
- Como fazer GIF animado com Python
- Blockchain Software Developer ( frontend and backend ) wanted
-
Advice for a struggling beginner
You can refer to this.
-
From python to rust
You can see some Rust examples here.
-
Sources to learn Rust
It can be helpful with examples.
-
New To Rust, Best tutorials to learn the language?
Learn by examples
What are some alternatives?
rust-by-example - Learn Rust with examples (Live code editor included)
svelte-on-rust - Svelte on Rust starter template
rust-koans - Koans for the Rust programming language
thirtyfour - Selenium WebDriver client for Rust, for automated testing of websites
Exercism - Scala Exercises - Crowd-sourced code mentorship. Practice having thoughtful conversations about code.
kotlin-result - A multiplatform Result monad for modelling success or failure operations.
book - The Rust Programming Language
yew-bootsrap-modal-example
rust-learning - A bunch of links to blog posts, articles, videos, etc for learning Rust
actix-auth - A truly simple illustration of basic authorisation using actix-web and MongoDB.
rust-by-practice - Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.
miri - An interpreter for Rust's mid-level intermediate representation