shoul / rust_tutorial

A rust tutorial with small files to run seperatly for each part.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: This tutorial ist in progress and will it be for a wile ;).

Rust Tutorial

Each sorce file in src is a small part of rust. You can run each file by its own:

  1. Install Cargo
  2. In the Terminal window, navigate to the project directory of the example you want to build.
  3. Type cargo build
  4. Type `cargo rung --bin hello_world

About

A rust tutorial with small files to run seperatly for each part.


Languages

Language:Rust 100.0%