项目作者: sivssdn

项目描述 :
💻 Web based tour of Rust for a quick walk through basic Rust syntax. Supports Rust compiler to run user code.
高级语言: TypeScript
项目地址: git://github.com/sivssdn/rust-tour.git
创建时间: 2020-02-27T09:59:57Z
项目社区:https://github.com/sivssdn/rust-tour

开源协议:

下载


A Tour of Rust

This is a hands-on short rust tutorial for those thinking of diving deep into Rust, but need a basic sense of syntax before going further.

The Rust tour is practise based, containing live editor where you can practice.

Web App: https://sivssdn.github.io/rust-tour/

Index:

  1. Hello World
  2. Ways of saying Hello World
  3. Data Types
  4. Strings
  5. Vectors
  6. Conditional Statements
  7. Loops
  8. Functions
  9. Pointers
  10. Structs

Web App Preview:

Rust Tour website