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

https://github.com/lurst/learning_rust

Some exercises I'm solving to help me learn Rust
https://github.com/lurst/learning_rust

Last synced: 18 days ago
JSON representation

Some exercises I'm solving to help me learn Rust

Awesome Lists containing this project

README

          

# Learning Rust

This is a repo with some simple exercises I'm doing to learn Rust.

## Projects

- [X] [FizzBuzz](fizzbuzz)
- [ ] [Calculator](calculator)
- [ ] [Guessing game](guessing_game) (Chapter 2 of book Programming Rust)