Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/0237h/learn-rust
- Owner: 0237h
- Created: 2023-10-16T14:19:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-14T07:37:47.000Z (11 months ago)
- Last Synced: 2024-04-23T10:07:31.241Z (7 months ago)
- Topics: diy, learning, rust
- Language: Rust
- Homepage: https://rust-lang.org
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.