RustBooks | book | |
---|---|---|
14 | 642 | |
4,540 | 15,329 | |
- | 1.3% | |
5.2 | 9.8 | |
14 days ago | 2 days ago | |
Rust | ||
- | GNU General Public License v3.0 or later |
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
-
"Effective Rust" Book by David Drysdale
PRed it here: https://github.com/sger/RustBooks/pull/67
-
Learning Rust Until I Can Walk Again
Also a collection of valuable books: - https://github.com/sger/RustBooks
- Where to start?
-
What are your must read books for rust ?
https://github.com/sger/RustBooks here’s a list of all of them. I always recommend The Book and Programming Rust for people starting out.
-
Rust Books Grouped by Level
Luca has a PR up to add it https://github.com/sger/RustBooks/pull/55
- Best book after the official Rust book?
-
Hey Rustaceans! Got a question? Ask here! (25/2022)!
There have been written a bunch of books on rust, you can find the list (and links to the free ones) here: https://github.com/sger/RustBooks
-
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?
book
-
Rust: Pouring the Footings
In this article, I’ve hopefully given you some foundational breadcrumbs in the Rust language. Take these and go off to do your reading, research, and practice. As always, I recommend The Rust Programming Language for further reading and detail.
-
Rust: Tools (early access edition)
So... why should I buy a $35 introductory programming book in 2024?
Here are some free introductory Rust books:
- The Rust Book: https://doc.rust-lang.org/book/
-
Baby Steps with Rust
The Rust Programming Language
-
How to Become a Solana Developer: A Comprehensive Guide
2. Learning Programming Languages Solana development primarily uses Rust, but you can also use C, C++, or Anchor (a Rust-based framework) for smart contracts. Here’s how to get started: Rust Programming Rust is a systems programming language known for performance and memory safety. Learn Rust via: The Rust Book: The official guide to mastering Rust. Interactive tutorials and exercises on YouTube. JavaScript/TypeScript The Solana ecosystem leverages JavaScript or TypeScript for interacting with dApps on the frontend. Key skills: Fetching blockchain data using Solana's libraries. Using the Solana Web3.js library to connect to the network and interact with smart contracts.
-
Stop Making Me Memorize the Borrow Checker
https://doc.rust-lang.org/book/ is great. I’d been writing Rust for months before I started reading it and still began learning new things from the start. Oh, that’s why it does this!
-
Starting to Rust: A Developer’s Journey into the Rust Language
I was using the Rust Book, (I still am), but in order to avoid being caught in tutorial hell, I asked Chat-GPT to suggest projects I can build in order of difficulty to solidify the concepts as I go along. It came back with the following suggestions:
-
To-Do from CLI with Rust
Rust Official Docs
-
Building a Single-Threaded Web Server | Rust Programming
Welcome to Building a Single-Threaded Web Server. This lab is a part of the Rust Book. You can practice your Rust skills in LabEx.
-
Why I Prefer RST to Markdown
The link below (https://github.com/rust-lang/book/tree/main/tools) could imply the book was written as Word .docx with named styles, which enabled transformation into markdown for the mdBook?
-
Rust for Rustaceans
agreed, and the book is pretty upfront about it being for more intermediate readers. i felt like i hit the sweet spot for this book after having gone through the rust programming language [0], zero to production in rust [1], and having worked on a few larger rust projects. all three books are really good in their own way.
[0] https://doc.rust-lang.org/book/
What are some alternatives?
rust-by-example - Learn Rust with examples (Live code editor included)
tour_of_rust - A tour of rust's language features
Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!
zero-to-production - Code for "Zero To Production In Rust", a book on API development using Rust.
solana-program-library - A collection of Solana programs maintained by Solana Labs
reference - The Rust Reference
nomicon - The Dark Arts of Advanced and Unsafe Rust Programming
HandsOnRust - The source code that accompanies Hands-on Rust: Effective Learning through 2D Game Development and Play by Herbert Wolverson
github-cheat-sheet - A list of cool features of Git and GitHub.
Wolfensvelte-3D - Wolfenstein 3D, reimagined in Svelte - rendered with the DOM
too-many-lists - Learn Rust by writing Entirely Too Many linked lists