Here in this code base, we will learn Rust Programming Language in simple baby steps.
Please follow step by step procedure to install rust compiler along with other utilities from here.
We will follow the official documentation of Rust for complete details regarding syntax and programming concepts.
- 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
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