Rustlings Alternatives
-
book
The Rust Programming Language
-
rust-blog
Educational blog posts for Rust beginners
-
Scout
Get performance insights in less than 4 minutes. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
rust
Empowering everyone to build reliable and efficient software.
-
Optic
Optic documents and tests your API as you build it
-
Cargo
The Rust package manager
-
sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL. (by launchbadge)
-
dnsguide
A guide to writing a DNS Server from scratch in Rust
-
Rust-Full-Stack
Rust projects here are easy to use. There are blog posts for them also.
-
docs.rs
crates.io documentation generator
-
minos
Tool to test OpenAPI spec files VS real implementations
-
learn-to-code-rust-baseball
Learn to Code with Rust and Baseball
-
todo-cli
Building a to-do list CLI in Rust
-
alacritty
A cross-platform, OpenGL terminal emulator.
-
MeiliSearch
Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
-
bevy
A refreshingly simple data-driven game engine built in Rust
-
diesel
A safe, extensible ORM and Query Builder for Rust
-
reqwest
An easy and powerful Rust HTTP Client
-
rfcs
RFCs for changes to Rust
-
Tide
Fast and friendly HTTP server framework for async Rust
-
ggez
Rust library to create a Good Game Easily
Posts
-
Learning more complex Rust?
I don't know what you would find complex, but the rustlings exercises should give you a solid foundation to work off of.
-
Starting Rust By Example
The Rustlings Course
-
I AM IN NEED OF ASSISTANCE.
As for where to start, IMO the Rust book is definitely the best way to learn the language but there is also the rustlings course, Rust by Example, and more. I'm sure you will find some decent introductions on YouTube and there are also some other real paper books you can buy.
-
Beginner to intermediate programmer with a strong maths background. Can anyone reccomend some resources for learning Rust?
I'm learning rust too, and I must say the book is a great start. I recommend reading the book and at the same time doing the rustlings exercises. In that way you'll see in practice the concepts just learnt from the book.
-
Ziglings: Learn Zig by fixing little programs
This was inspired by (Rustlings)[https://github.com/rust-lang/rustlings]. There are 44 exercises and counting.
- Mozilla Welcomes the Rust Foundation
- Hey Rustaceans! Got an easy question? Ask here (6/2021)!
-
Is it possible to solve the vec1.rs collections exercise as constrained by the TODO comments?
I believe you're referring to the vec1.rs Rustlings exercise.
-
Rust CLI Game of Life tutorial - PART 1
This is beginner tutorial, yet I still highly recommend going through official rustlings tutorial.
-
How did you learn Rust?
Maybe something like rustlings? https://github.com/rust-lang/rustlings
- Rust made my open source project 1000x faster
-
Getting started with Rust and Redis
Try small exercises to get you used to reading and writing Rust code
-
Which are the best Rust repositories to read to learn the language?
Rustlings - https://github.com/rust-lang/rustlings/blob/main/README.md
-
Learning Rust is confusing?
For 10 consecutive days, go through rustlings. Build the muscle memory to think in rust.
rustlings can help you get started with examples, which you might prefer.
Stats
rust-lang/rustlings is an open source project licensed under MIT License which is an OSI approved license.