- 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
- Smart Compiler
- Panicking
- Option and Result
- Unwrap and Expect
- Error and None Propagation
- Combinators
- Custom Error Types
- Site : http://learning-rust.github.io
- Medium: https://medium.com/learning-rust
๐ฃ 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.
The website is built with Hexo Nodejs blog framework. You can see the generated files at learning-rust/learning-rust.github.io repository.
Install dependencies:
$ git clone https://github.com/learning-rust/site.git
$ cd site
$ npm install
$ npm install hexo-cli -g
Generate:
$ hexo generate
Run server:
$ hexo server