Skip to content
πŸŽ“ Rust Programming Language Tutorials for Everyone!
CSS JavaScript Shell HTML
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
scaffolds
scripts
source
themes/navy
.eslintignore
.eslintrc
.gitignore
.npmrc
GitRepoUpdateTimestamp.sh
LICENSE
README.md
_config.yml
package.json

README.md

Learning Rust

Basics

Beyond The Basics

The Tough Part

Lets Get It Started

Error Handling


πŸ?£ 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 https://github.com/learning-rust/site.git
$ cd site
$ npm install
$ npm install hexo-cli -g

Generate:

$ hexo generate

Run server:

$ hexo server
You can’t perform that action at this time.