escrichov / rustbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rustbook

Step by step implementation of rustbook tutorial. Each chapter is in one tag.

Prerequisites

You have to install rust toolkit and cargo: installation instrucctions

Getting Started

cd hello_cargo
cargo run

Chapters

cd hello_cargo
cargo run
cd hello_world
cargo run
cd guessing_game
cargo run
cd variables
cargo run

About


Languages

Language:Rust 100.0%