emamulandalib / rust-book

Rust practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Book Practice

Currently, I am trying to learning Rust from basic to advance just by following the Rust official books and documents. They have pretty much good resources from where anyone can learn basic to advance topics about Rust.


Installation

As per the Rust book recommendation install Rust using below command

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Reference link https://www.rust-lang.org/tools/install


Usage

  • Clone the repository.
  • Enter into any folder, e.g. cd chapter_2_guessing_game
  • Run: cargo run

Resources

  1. The Rust Programming Language

About

Rust practices


Languages

Language:Rust 100.0%