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
- Host: GitHub
- URL: https://github.com/artiphishle/edu-rust
- Owner: artiphishle
- License: mit
- Created: 2023-07-25T07:15:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T07:24:15.000Z (over 2 years ago)
- Last Synced: 2025-01-09T08:32:38.029Z (about 1 year ago)
- Topics: essentials, learn, learn-to-code, learning, rust, rust-lang
- Language: Rust
- Homepage: https://rust-lang.org
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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