ahmednule / rust-tutorial

my rust journey

Repository from Github https://github.comahmednule/rust-tutorialRepository from Github https://github.comahmednule/rust-tutorial

Rust Tutorial πŸš€

This repository contains my journey of learning Rust programming language step by step.
It includes simple examples to get started, along with explanations and screenshots.


πŸ“‚ Project Structure

  • hello_world/ β†’ First Rust program (fn main { println!("Hello, world!"); })
  • hello_cargo/ β†’ Using Cargo to create and run a project
  • Screenshot.png β†’ Shows how to create a Rust project with cargo new and run it

πŸ¦€ Getting Started with Rust

1️⃣ Install Rust

Follow the official guide:
πŸ‘‰ https://www.rust-lang.org/tools/install

Verify installation:

rustc --version

...

About

my rust journey


Languages

Language:Makefile 87.7%Language:Rust 12.3%