rust-by-example
Learn Rust with examples (Live code editor included) (by rust-lang)
easy_rust
Rust explained using easy English (by Dhghomon)
rust-by-example | easy_rust | |
---|---|---|
66 | 21 | |
7,049 | 8,089 | |
0.8% | - | |
9.1 | 0.0 | |
3 days ago | 6 months ago | |
Handlebars | Shell | |
Apache 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.
rust-by-example
Posts with mentions or reviews of rust-by-example.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-01.
- Learning Rust for project.
-
A Beginner’s Guide to the Solana Web3 Stack
Rust can feel a bit intimidating at first but once you start getting the hang of it, you will enjoy it a lot. It has a very well articulated documentation, which can be used as a good learning resource too. Some other resources for Rust include Rustlings and Rust-By-Example.
-
Jumping into Rust for the first time. Is the interactive Rust textbook, published by the CS department at Brown University, a good starting point?
Rust by Example
-
How to move to rust from c++?
Rust by Example: Collection of runnable examples, which many find useful to read
-
Rust by Example: read lines - Why is the second example more efficient?
I think something went wrong there, I can find this (merged) PR with https://github.com/rust-lang/rust-by-example/pull/1679/files that has the first example collecting into a string, (which is obv less effective). It was merged 2 weeks ago. I dont know why it isnt online yet.
-
Picking Up Rust Before C With My Goals In Mind?
I more or less went straight from The Book (see also Rust by Example) to Learning Rust With Entirely Too Many Linked Lists and code::dive conference 2014 - Scott Meyers: Cpu Caches and Why You Care and I've often seen PNGme suggested as the next step after that.
-
How do I return a value from match construct?
Context around the "rust by example" discussion from 2015: https://github.com/rust-lang/rust-by-example/issues/390
-
From High-Level to Systems Programming: A Practical Guide to Rust, Part 2
The Rust By Example website is another helpful resource for learning Rust. It provides a series of interactive examples that demonstrate how to use various Rust features and libraries.
-
How to learn Rust (for backend) ?
The book is great and was my original introduction to the language, but rustlings or Rust By Example might be more interesting for an interactive (and more self paced) approach.
-
Learning rust
Rust by Example: Rust by Example is a collection of runnable examples that cover a wide range of Rust concepts and standard libraries. It's a great way to see how Rust code works in practice.
easy_rust
Posts with mentions or reviews of easy_rust.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-23.
-
Stuck at 4.3 of the rust book. It's so hard for me.
There's also Easy Rust, an effort in translating the Rust Book into Simple English (limited vocabulary, limited use of idioms), which has now become a Book.
-
Easy Rust has been reborn on Manning as Learn Rust in a Month of Lunches
Up on Manning starting this week is a book I wrote / am writing called Learn Rust in a Month of Lunches, whose origins date back to Easy Rust that people here might be familiar with and which I wrote 2 years ago. The first six chapters are now up on MEAP which is pretty exciting. (The code mlmacleod gives 45% off until February 2 btw)
-
Anything C can do Rust can do Better
Easy Rust - David MacLeod
-
I have returned
Along with the Book, I wrote a book after learning Rust that's for absolute beginners, and doesn't even require installing Rust. It's almost entirely done in the Playground so you can just open up a tab in your browser and follow along. As far as paid books are concerned, my favourite is Programming Rust.
-
So you want to learn Rust?
Easy Rust OR GH Page
-
What is the best course to start learning?
I made a book for absolute complete beginners, after which the Book should be easy to understand. After that I'd recommend Programming Rust (my favourite book on Rust).
-
Newbie here. Just finished reading the book. What now?
https://github.com/Dhghomon/easy_rust The book
-
Rust course
Depends on what language you come from. I found this a decent enough intro for most languages: https://github.com/Dhghomon/easy_rust
-
I have to admit. The free code camp course is a bit more sparing than I would have preferred. How did everyone learn Rust?
This is my favorite: https://github.com/Dhghomon/easy_rust
-
It's been 20 days since I started learning rust as my first language. Terrible experience. Should I move forward?
I put together a book that goes over most of the same content found in The Book but written with easy / straightforward English (partially for English L2 speakers but also for English speakers that just want the info in as straightforward a package as possible).
What are some alternatives?
When comparing rust-by-example and easy_rust you can also consider the following projects:
Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!
too-many-lists - Learn Rust by writing Entirely Too Many linked lists
book - The Rust Programming Language
zero-to-production - Code for "Zero To Production In Rust", a book on API development using Rust.
Rust-Full-Stack - Rust projects here are easy to use. There are blog posts for them also.
monkey - Monkey patching in Go
Exercism - website - The codebase for Exercism's website.
RustBooks - List of Rust books
talent-plan - open source training courses about distributed database and distributed systems
fp-core.rs - A library for functional programming in Rust
rust-blog - Educational blog posts for Rust beginners
rust-by-example vs Rustlings
easy_rust vs too-many-lists
rust-by-example vs book
easy_rust vs Rustlings
rust-by-example vs zero-to-production
easy_rust vs Rust-Full-Stack
rust-by-example vs monkey
easy_rust vs Exercism - website
rust-by-example vs RustBooks
easy_rust vs talent-plan
rust-by-example vs fp-core.rs
easy_rust vs rust-blog