What's the best manual, guide or tutorial series for me to learn #rustlang?
@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