Skip to content

MuhammadMohsin/learn-Rust

Repository files navigation

learn-Rust

Here in this code base, we will learn Rust Programming Language in simple baby steps.

Installation

Please follow step by step procedure to install rust compiler along with other utilities from here.

Reference Material

We will follow the official documentation of Rust for complete details regarding syntax and programming concepts.

TL;DR

  • In this code base, Cargo is being used for all examples which is a Rust’s build system and package manager.
  • Try to run each example from below commands to see output (in command line terminal).
  • All examples here, are based on concepts discussed in official documentation of Rust

Usage

git clone https://github.com/MuhammadMohsin/learn-Rust.git
cd <<path_to_cloned_repo>> # cd learn-Rust
cd <<folder_name>> #  cd a_hello_world
cargo run 

License

MIT

About

Learn Rust in baby steps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages