Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 516 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 516 Bytes

rust_roadmap

Learning and Mastering Rust as a Backend Developer

Rust RoadMap

Basics

Rust RoadMap

  • Introduction
  • Data-structures
    • bool,int,float,array,tuple,set,dict(hashmap),vec
  • String & String Manipulation
    • String, &str
  • Functions
  • Structs
  • Borrowing and Lifetime
  • etc

Applications

  • Web Apps
  • APIs
  • CLI
  • GUI
  • NLP
  • Datascience
  • AI

Rust Installation and Setup tools

  • rustc
  • rustup
  • cargo: package manager
  • rust-analyzer vs code extension