An open API service indexing awesome lists of open source software.

https://github.com/artiphishle/edu-rust

"Rust Lang" Essentials
https://github.com/artiphishle/edu-rust

essentials learn learn-to-code learning rust rust-lang

Last synced: about 1 year ago
JSON representation

"Rust Lang" Essentials

Awesome Lists containing this project

README

          

# Rust-Lang

Check out the [`main.rs`](./main.rs) file.
There will be more chapters soon.

## Chapters

### 1. Variables

- Signed vs unsigned integers
- Readonly strings

### 2. Loops

- For-Loop: integers vs strings

### 3. Assertions

- How to use assertions with different examples