You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org/_posts/2023-02-22-essential_rust_books.org
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,17 +18,14 @@ You might also want to check out my other posts on Rust, like [[https://themkat.
18
18
19
19
20
20
21
-
*As an Amazon Affiliate I make commissions on qualifying purchases. The links to the books below are affiliate links (images and titles).*
22
-
23
-
24
21
#+BEGIN_EXPORT html
25
22
<br />
26
23
<br />
27
24
#+END_EXPORT
28
25
29
26
30
27
31
-
* [[https://amzn.to/40ccJp8][The Rust Programming Language]] by Steve Klabnik and Carol Nichols
28
+
* The Rust Programming Language by Steve Klabnik and Carol Nichols
32
29
33
30
*What is it about?* This book teaches you the complete basics of the language, its syntax and how to solve various problems. Concepts include the build tools, the ownership model, pattern matching and more.
34
31
@@ -49,9 +46,9 @@ You might also want to check out my other posts on Rust, like [[https://themkat.
49
46
#+END_EXPORT
50
47
51
48
52
-
* [[https://amzn.to/3BWVgH3][Rust Brain Teasers]] by Herbert Wolverson
49
+
* Rust Brain Teasers by Herbert Wolverson
53
50
54
-
*What is it about?* Various small problems that might have unexpected results. If you have read something like [[https://amzn.to/4hged7T][Java Puzzlers]] there are certain similarities. While the title makes the book seem advanced, it is really not. That is also the main complaints people have with the book. If you are not super experienced with Rust, and fairly new to it, you will probably learn a thing or two. Some of the problems might be obvious, and if not you will hopefully learn something new.
51
+
*What is it about?* Various small problems that might have unexpected results. If you have read something like Java Puzzlers there are certain similarities. While the title makes the book seem advanced, it is really not. That is also the main complaints people have with the book. If you are not super experienced with Rust, and fairly new to it, you will probably learn a thing or two. Some of the problems might be obvious, and if not you will hopefully learn something new.
55
52
56
53
*Additional resources:* See the suggested resources for the previous and next entries :)
57
54
@@ -65,7 +62,7 @@ You might also want to check out my other posts on Rust, like [[https://themkat.
65
62
#+END_EXPORT
66
63
67
64
68
-
* [[https://amzn.to/3YC1Z24][Rust for Rustaceans]] by Jon Gjengset
65
+
* Rust for Rustaceans by Jon Gjengset
69
66
*What is it about?* Now that you know the basics of Rust, it is time to go deeper! Yes, exactly that. This is a book for intermediates who want to learn more advanced concepts needed to be a more professional Rust developer. Some topics covered include:
70
67
- Writing good idiomatic Rust code
71
68
- Ideas on how the compiled code will look and behave, considerations to be made etc. Useful to understand that the compiler is in fact a compiler, and not magic...
0 commit comments