this post was submitted on 25 Mar 2022
11 points (100.0% liked)

Rust Programming

8306 readers
12 users here now

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 2 years ago (1 children)

I'd recommend reading The Rust Programming Language official book and Rust By Example.

Then when you get more time Learn Rust With Entirely Too Many Linked Lists to get used to some of the trickier parts of the borrow checker.

[–] [email protected] 1 points 2 years ago

To add another fantastic free book: https://highassurance.rs/

It’s still being written but introduces a wide array of topics alongside Rust.