What's the best manual, guide or tutorial series for me to learn #rustlang?
@starlight I was happy with the online Rust Book https://doc.rust-lang.org/stable/book/ (long time ago, I hope it is still good)
The Rust Programming Language - The Rust Programming Language

@chrysn @starlight can comfortably say that it's still a good resource.

@starlight imo, the free official "The Rust Programming Language" book (aka "The Book"): https://doc.rust-lang.org/book/

I recommended doing https://rustlings.cool/ at the same time, which is small snippets of code to fix which roughly follow the same order as the topics in The Book

The Rust Programming Language - The Rust Programming Language

@laund Thank you! I will check them both out ​