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

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

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