This website is built using Hugo and Docura.
- Install the extended version of Hugo
- Clone the repository and start Hugo server
$ git clone --depth 1 https://github.com/learning-rust/site.git $ cd site $ git submodule update --init --recursive $ hugo server
- 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 SingaporeπΈπ¬. I am not a native English speaker and just practicing Rust in my leisure time, while working as a Golang/Devops developer. So, if you found any mistake or something I need to be changed, even a spelling/ grammar mistake, feel free to buzz me.