https://github.com/crizmo/rustlings
Repo to track my progress on the Rustlings course. Official repo: https://github.com/rust-lang/rustlings
https://github.com/crizmo/rustlings
Last synced: 8 months ago
JSON representation
Repo to track my progress on the Rustlings course. Official repo: https://github.com/rust-lang/rustlings
- Host: GitHub
- URL: https://github.com/crizmo/rustlings
- Owner: crizmo
- License: mit
- Created: 2024-01-04T17:41:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T09:13:54.000Z (over 2 years ago)
- Last Synced: 2025-10-10T11:32:54.020Z (8 months ago)
- Language: Rust
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rustlings
Made this repo to track my progress on the Rustlings course. I'm using this to learn Rust.
Could have used the official repo or a fork, but I wanted to have a repo of my own to track my progress.
# Status
- [x] Intro
- [x] Variables
- [x] Functions
- [x] If
- [x] Primitive Types
- [x] Vecs
- [x] Quiz 1