Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 762 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 762 Bytes

Rust Concepts

This repository aims to provide a well structured guideline on a programming language called Rust. The end goal of this repository is to learn the basics syntax of the language, then move towards more complex topics such as building back-end application using frameworks such as Rocket (RUST framework.)

Structure

The repository will be populated on the go. I will be sharing the exact steps on my RUST learning journey. I will be dividing the repositories into sub-directories.

Current Topics

  • Basics: This directory aims to introduce the RUST language syntax:

    • How to setup an environment.
    • Declaring variables, methods...
    • Loops, Operators..

In short, the basics that defines any programming language