Why Rust
pls read ch1 of “Programming Rust”
Programming Rust
ch2
try read ch2 of “Programming Rust”, you can skip if it’s too hard for you now.
ch[3:]
follow REPL, I love jupyter lab https://github.com/humbornjo/rusting
Rust Wandering
Before the beginning, please google “auto trait”. And understand “str and &str”.
My Note
&Rust iterator, deref, ref from top to bottom
&Do u really understand Option?
Newbie
Follow this guy youtube@jonhoo
Debug with backtrace: Rust Backtrace on windows? + How to pass RUST_BACKTRACE=1
Is there any way to explicitly write the type of a closure?
How Copy and Clone traits are implemented under the hood in rust
Best Practice
Replace every to_owned(), into(), to_string() with Cow