Playground for learning RUST Based on
- sandbox: https://www.youtube.com/watch?v=zF34dRivLOw
- chapters: https://doc.rust-lang.org/stable/book/title-page.html
CLI:
rustc file.rcto compilecargo initto init projectcargo runto compile and runcargo buildto compilecargo build --releaseto compile for prodcargo doc --openfor docs from all dependencies