RustBooks | reference | |
---|---|---|
14 | 22 | |
4,540 | 1,255 | |
- | 1.1% | |
5.2 | 9.7 | |
13 days ago | 3 days ago | |
Rust | ||
- | Apache License 2.0 |
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?
reference
-
Why is there no standard way of removing the mutability property from a reference?
Is perfectly valid Rust code. And there's reborrow, too.
-
Let's thank who have helped us in the Rust Community together!
I truly appreciate how much effort u/ehuss puts into maintaining The Rust Reference, considering that documenting stuff is not usually a fun task people want to do. Not to mention that ehuss is also the Cargo team lead, responsible for developing one of the most loved tools in Rust. ehuss's insightful knowledge always ensures that Cargo works without unexpected surprises.
-
noob question about moving references
Here is (somewhat long) discussion on the topic with other examples: https://github.com/rust-lang/reference/issues/788
-
Announcing Rust 1.66.0
The PR for updating the documentation is here, still under discussion: https://github.com/rust-lang/reference/pull/1055
-
Can someone please explain this to me? How does the compiler know about this for more advanced cases and when does it do this?
thank you this is definitely interesting and i need to read more. For anyone else, this is the thing I found about this issue when I looked it up. It's a github issue about how little documentation there is on the subject and that there should be more. Even the initial post has a lot of interesting details and links. Thanks for bringing it up although sorry it seems your comment went a bit over the heads of some redditors.
-
Anything C can do Rust can do Better
⭐ The Rust Reference - repo
-
GAT section in new version of Rust book?
For the rust reference, there is an open pull request https://github.com/rust-lang/reference/pull/1265/
-
Hey Rustaceans! Got a question? Ask here! (33/2022)!
&mut * is reborrowing which is allowed
-
Why is rust so difficult to learn?
Officialhttps://www.youtube.com/watch?v=rAl-9HwD858&list=PLqbS7AVVErFiWDOAVrPt7aYmnuuOLYvOa The official rust book Rust by example The rust docs Rustlings the most fun way imo
-
PSA - Most Rust tooling runs only on the default feature set and current platform if no special steps are taken
I've opened a PR to add this more prominently to the Conditional Compilation entry in the Rust reference.
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
stdarch - Rust's standard library vendor-specific APIs and run-time feature detection
zero-to-production - Code for "Zero To Production In Rust", a book on API development using Rust.
mrustc - Alternative rust compiler (re-implementation)
HandsOnRust - The source code that accompanies Hands-on Rust: Effective Learning through 2D Game Development and Play by Herbert Wolverson
utils - Utility crates used in RustCrypto
Wolfensvelte-3D - Wolfenstein 3D, reimagined in Svelte - rendered with the DOM
book - The Rust Programming Language
wg-grammar - Where the work of WG-grammar, aiming to provide a canonical grammar for Rust, resides