Skip to content

Commit 3d3e2f6

Browse files
committed
Remove Amazon affiliate links in essential Rust books article
1 parent 7553f14 commit 3d3e2f6

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

org/_posts/2023-02-22-essential_rust_books.org

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,14 @@ You might also want to check out my other posts on Rust, like [[https://themkat.
1818

1919

2020

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-
2421
#+BEGIN_EXPORT html
2522
<br />
2623
<br />
2724
#+END_EXPORT
2825

2926

3027

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
3229

3330
*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.
3431

@@ -49,9 +46,9 @@ You might also want to check out my other posts on Rust, like [[https://themkat.
4946
#+END_EXPORT
5047

5148

52-
* [[https://amzn.to/3BWVgH3][Rust Brain Teasers]] by Herbert Wolverson
49+
* Rust Brain Teasers by Herbert Wolverson
5350

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.
5552

5653
*Additional resources:* See the suggested resources for the previous and next entries :)
5754

@@ -65,7 +62,7 @@ You might also want to check out my other posts on Rust, like [[https://themkat.
6562
#+END_EXPORT
6663

6764

68-
* [[https://amzn.to/3YC1Z24][Rust for Rustaceans]] by Jon Gjengset
65+
* Rust for Rustaceans by Jon Gjengset
6966
*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:
7067
- Writing good idiomatic Rust code
7168
- 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

Comments
 (0)