RustBerlin / try-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

play-rust

============

Build & run

You will need to have gulp installed globally then you can do this to start:

git clone git@github.com:RustBerlin/try-rust.git
cd try-rust
npm install
gulp

Tutorials

You can add tutorials into try-rust/src/tutorials. Just consider this:

  • url structure will be tutorials/FOLDERNAME/FILENAME
  • you always need to create a FILENAME.md and FILENAME.rs file

By opening the url /FOLDERNAME/FILENAME you will load the files /src/tutorials/FOLDERNAME/FILENAME.rs and /src/tutorials/FOLDERNAME/FILENAME.md

About

License:MIT License


Languages

Language:JavaScript 87.9%Language:CSS 10.3%Language:HTML 1.5%Language:Rust 0.4%