RustBooks
List of Rust books (by sger)
zero-to-production
Code for "Zero To Production In Rust", a book on API development using Rust. (by LukeMathWalker)
Our great sponsors
RustBooks | zero-to-production | |
---|---|---|
5 | 30 | |
1,811 | 1,981 | |
- | - | |
5.0 | 7.7 | |
2 months ago | about 1 month ago | |
Rust | ||
- | GNU General Public License v3.0 or later |
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.
RustBooks
Posts with mentions or reviews of RustBooks.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-05.
-
The Rust Programming Book is not good for Beginners?
Strange, wonder what escaped that hash, the link for me is: https://github.com/sger/RustBooks#starter-books
- Best way to spend learning budget on Rust?
- Could you recommend a Rust book that's phase faster than "The Rust Programming Language"?
- Sources to learn Rust
-
I need some resources to switch from c to rust
Apart from the official resources in https://www.rust-lang.org/learn which are the bread and butter, here you have a list of rust books in https://github.com/sger/RustBooks
zero-to-production
Posts with mentions or reviews of zero-to-production.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-04.
- Which material do you recommend to learn rust
-
I'm a beginner and write Go code. Is there anything similar to 'Let's Go' for Rust?
There is Zero To Production In Rust which goes through building a webserver in rust from the ground up. Or Hands on rust for learning rust by building a game.
-
The Rustacean way to build a complete web app?
the examples are freely available too https://github.com/LukeMathWalker/zero-to-production (you need to switch branch by each chapters)
-
Common practices to manage build pipelines
Maybe profiles would be a nicer solution? I’m not entirely sure what you’re looking for, but maybe zero2prod would also be of use.
-
Backend using rust
There is a book you may find useful: Zero to Production in Rust
- Building REST APIs
-
How can I utilize rust for .net web applications?
[1] https://www.zero2prod.com
-
Rust and a webserver?
You should checkout Zero2Prod book.
- Zero To Production In Rust
-
Learning Rust in 2022, Anyone got any up-to-date resources
I've had good experiences with zero2prod, though it's not free - https://www.zero2prod.com/
What are some alternatives?
When comparing RustBooks and zero-to-production you can also consider the following projects:
rust-by-example - Learn Rust with examples (Live code editor included)
rust-blog - Educational blog posts for Rust beginners
axum - Ergonomic and modular web framework built with Tokio, Tower, and Hyper
tour_of_rust - A tour of rust's language features
reference - The Rust Reference
realworld-axum-sqlx - A Rust implementation of the Realworld demo app spec using Axum and SQLx.
book - The Rust Programming Language
weather-station - Everything you need to run and monitor your own open source weather station. ⛅
bevy - A refreshingly simple data-driven game engine built in Rust
Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!