Rustlings
rust-learning
Rustlings | rust-learning | |
---|---|---|
294 | 17 | |
54,001 | 11,513 | |
1.9% | - | |
9.9 | 5.0 | |
14 days ago | 18 days ago | |
Rust | ||
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
-
Swift 6
I’ve been meaning to do this for years, and just played around with rust a bit (liked it, but the wrappers around some c++ stuff i wanted to use were half baked). Learning rust, there was this “rustlings” thing [0] that was a set of guided exercises to go alongside the rust book. Fastest I’ve ever picked up a language, thanks to that. Do you or anyone know anything similar for c++?
[0] https://rustlings.cool/
-
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
rust-learning
-
Top Github repositories for 10+ programming languages
Rust Learning
-
okay basically completely new to rust, is it worth learning after only having done java through APCSA course or should i learn something else before heading to rust
ctjhoa/rust-learning
-
Learn Rust! : a curated selection of high quality learning materials sorted by difficulty
Personally I like this one. It has little curation, so I wouldn't recommend it to a beginner, but it's a really great collection of awesome resources which a more experienced person can recommend entries from.
-
I wanna be a crab.
rust-learning (A broader listing that includes links to sites like Are we game yet? among other things)
- A Comprehensive list of all Rust learning resources
- A Comprehensive list of all Rust learning material
-
Picking Up Rust Before C With My Goals In Mind?
Finally, there's also the Little Book of Rust Books where you could look for tutorial materials or things like like Rust Design Patterns, Rust API Guidelines, and The Rust Performance Book. (See also rust-learning)
- Cool Github repositories for Everyone
-
Well, hello there everyone. You probably don’t remember me or my post on this sub…
If you want to learn Rust, here are a list of resources https://github.com/ctjhoa/rust-learning
-
Which low-level language to transition to from Python?
The links in this git are a great place to start with Rust.
What are some alternatives?
rust-by-example - Learn Rust with examples (Live code editor included)
RIIR - why not Rewrite It In Rust
rust-koans - Koans for the Rust programming language
learn-monogame.github.io - Documentation to learn MonoGame from the ground up.
Exercism - Scala Exercises - Crowd-sourced code mentorship. Practice having thoughtful conversations about code.
noboilerplate - Code for my talks on the No Boilerplate channel
book - The Rust Programming Language
rust-how-do-i-start - Hand curated advice and pointers for getting started with Rust
rust-by-practice - Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.
cherrybomb - Stop half-done APIs! Cherrybomb is a CLI tool that helps you avoid undefined user behaviour by auditing your API specifications, validating them and running API security tests.
rust.vim - Vim configuration for Rust.
nomicon - The Dark Arts of Advanced and Unsafe Rust Programming