arlyxiao / best-practice

1 stars 0 forks source link

Quick guide for a rust newbie #75

Open arlyxiao opened 2 years ago

arlyxiao commented 2 years ago

Here is a great article for the rust newbie.

https://towardsdatascience.com/a-not-so-short-introduction-to-the-rust-programming-language-2e8542a06b76

More deep detail about life time https://blog.thoughtram.io/lifetimes-in-rust/

https://www.youtube.com/watch?v=WHscExuEf4o&list=PLauX9TuJ8sfyaLPZ1udS3zS_V9YXdsbtc&index=25

str, String and &str https://stackoverflow.com/questions/24158114/what-are-the-differences-between-rusts-string-and-str

https://course.rs/difficulties/string.html

Rust primer https://hardocs.com/d/rustprimer/rcarc/rcarc.html

Another book https://nomicon.purewhite.io/vec/vec-layout.html