Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1010 Bytes

File metadata and controls

27 lines (19 loc) · 1010 Bytes

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