Thursday, August 28, 2025

Learning Rust in 4 months

I'm through a break from jobs.

May - August I studied Rust, mostly with videos.

 

1st month 

* https://rust-book.cs.brown.edu/ the edition with quizzes

Single chapters are also explained in videos, I used it for the advanced topics as intro, since it's quick.

 

* intro for C++ 

 

*  Intro to significant features:

 

 

* Significant traits.  Into/From/AsRef...

 

2nd month

*  Introduction to Async, Tokio

 

*  The fine point of lifetime specification...

 

* Meticulous lifetimes explanation.

Because certain videos stress the relationship of *input* lifetimes with the output ones, but here it's shown how the input lifetimes can be tied between themselves (as constraints). 

 

 

 * further:

Book of books:  

https://lborb.github.io/book/unofficial.html