Zerotask/rust-jungle

View on GitHub
README.md

Summary

Maintainability
Test Coverage
![image](https://user-images.githubusercontent.com/20150243/118312159-3f79d880-b4f1-11eb-9ee3-5e67f406bf55.png)

[![Lint](https://github.com/Zerotask/rust-jungle/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/Zerotask/rust-jungle/actions/workflows/lint.yml)
[![CodeQL](https://github.com/Zerotask/rust-jungle/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Zerotask/rust-jungle/actions/workflows/codeql-analysis.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/b264f55066b40b90e247/maintainability)](https://codeclimate.com/github/Zerotask/rust-jungle/maintainability)

# Rust Jungle

Rust Jungle is a learning platform to learn the [Rust programming language](https://www.rust-lang.org/).
It is based on the awesome [Tour of Rust](https://github.com/richardanaya/tour_of_rust)
and is built with the high-performance JS framework [SvelteKit](https://github.com/sveltejs/kit).

Rust has a steep learning curve and for some people this might be the reason to look for an alternative.
In my experience, once you've learned Rust, you will love it. Others share my experience, otherwise
it wouldn't be the [most loved language for four years in a row](https://stackoverflow.blog/2020/01/20/what-is-rust-and-why-is-it-so-popular/).

The goal of Rust Jungle is to give you an easy start with the Rust programming language with
short but useful lessons, separated into stages.

And you are not alone! [Ferris the crab](https://www.rustacean.net/) will be with you!

## Still in development

This project is still in development and there can be fundamental changes. After the english section is done, we will start adding new languages.

## Structure

Rust Jungle is separated into stages and each stage has lessons.

Each stage starts with an introduction and ends with a summary.

A lesson consists off:

- text
- optional playground
- optional further information

## Features

- Lessons with interactive playgrounds
- Small portions
- Tags system
- Search
- Continue lesson
- PWA support
- Social share
- Keyboard & Swipe navigation

## Contributing

If you want to contribute to this project, please take a look into [Contributing](./CONTRIBUTING.md).

Every contribution is much appreciated. You can help with content, translations, ideas, bug hunting, design etc.

You can also create an [issue](https://github.com/Zerotask/vscode-rust-extension-pack/issues/new) and suggest
new content, features etc..

## License

This project is [MIT licensed](https://github.com/Zerotask/rust-jungle/blob/main/LICENSE).