Rust in Action
- Book
- Nov 28, 2021
- #Rust(programminglanguage) #ComputerProgramming
Rust in Action introduces the Rust programming language by exploring numerous systems programming concepts and techniques.You'll be learning Rust by delving into how computers work...
Show More
Number of Pages: 456
Mentions
See All
Tim McNamara @timClicks
·
Jul 13, 2023
Abhinav Upadhyay @abhi9u
·
Aug 12, 2023
Rust in Action by @timClicks . I like it's hands on approach, so you are actively building something along with learning the intricacies of Rust. You will implement some data structures along the way. Or there is one book which just discusses implementing linked lists in rust - https://rust-unofficial.github.io/too-many-lists/