Beginner and Rc () and also Arc()

The reason of my asking is this video on yutube..

The Importance of Not Over-Optimizing in Rust

She says:
Beginners, to avoid painful things in rust
a. use owned vars
b. use clone()
c. compile as release
d. use rc() and arc()

I had believing Rc is for experienced devs..

1 Like