Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0237h/learn-rust

Collection of personal projects for getting familiar with the Rust language.
https://github.com/0237h/learn-rust

diy learning rust

Last synced: 6 days ago
JSON representation

Collection of personal projects for getting familiar with the Rust language.

Awesome Lists containing this project

README

        

# Learning Rust : a personal projects collection

This repo holds the projects that I've used or developed in order to learn more about the [Rust language](https://rust-lang.org).

## Projects

- [rustlings](https://rustlings.cool/): 🦀 Small exercises to get you used to reading and writing Rust code!
- [slot-machine](slot-machine): A TUI implementation of a slot machine to learn about random number generators, UNIX sockets and more !
- [diy-synth](diy-synth): Learning about synthesizing music !

## Ideas

- [Gray code](https://en.wikipedia.org/wiki/Gray_code)
- [Siteswap](https://en.wikipedia.org/wiki/Siteswap)
- [Deniable Encryption](https://en.wikipedia.org/wiki/Deniable_encryption)

## Licenses

See `LICENSE` files in each project.