Learning Rust
Basics
- Why Rust
- Installation
- Hello World
- Cargo,crates and basic project structure
- Comments and documenting the code
- Variable bindings, constants and statics
- Functions
- Primitive data types
- Operators
- Control flows
Beyond The Basics
The Tough Part
Lets Get It Started
- Site : http://learning-rust.github.io
- Medium: https://medium.com/learning-rust
- Gitbook: https://www.gitbook.com/book/learning-rust/book
🐣 I am a Sri Lankan🇱🇰 Web Developer who lives in Vietnam🇻🇳 . So I am not a native English speaker and just learning Rust, If you found any mistake or something need to be changed, even a spelling or a grammar mistake, feel free to create a pull request. Thanks.
learning-rust.github.io(source)
The website is built with Hexo Nodejs blog framework. You can see the generated files at learning-rust/learning-rust.github.io repository.
Getting started
Install dependencies:
$ git clone git@github.com:learning-rust/site.git
$ cd site
$ npm install
$ npm install hexo-cli -gGenerate:
$ hexo generateRun server:
$ hexo server