Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 502 Bytes

README.MD

File metadata and controls

18 lines (10 loc) · 502 Bytes

I'm currently following Dcode's tutorial to learn all the basics about Rust.

It gives all the basic knowledge about Rust :

  • How to use Cargo
  • Variable data types
  • Functions
  • Structs
  • etc ...

screenshot

Note : This tutorial does not teach you ownership or things like panic error.

Thanks to Dcode's youtube channel