https://github.com/snowzurfer/rs-samples
Collection of small, well-commented Rust samples to learn Rust.
https://github.com/snowzurfer/rs-samples
exercises rust rust-exercise rust-lang rust-language tutorial
Last synced: 10 months ago
JSON representation
Collection of small, well-commented Rust samples to learn Rust.
- Host: GitHub
- URL: https://github.com/snowzurfer/rs-samples
- Owner: snowzurfer
- License: mit
- Created: 2017-09-05T17:40:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T10:20:29.000Z (over 8 years ago)
- Last Synced: 2025-03-23T23:15:16.627Z (11 months ago)
- Topics: exercises, rust, rust-exercise, rust-lang, rust-language, tutorial
- Language: Rust
- Size: 17.6 KB
- Stars: 20
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rs-samples
Collection of small, mostly independent and well-commented Rust code
samples.
Mostly a learning exercise, with the hope that others will find it useful. Feel
free to contribute to it by adding other simple examples.
## rust-cookbook
There is a collection of excellent rust samples available at [rust-cookbook](https://rust-lang-nursery.github.io/rust-cookbook/). Be sure to check those out too!
## Contributing
Simply fork the repo and add your own folder with the example, I'll be happy
to merge it in.
#### Contributions ideas list
* Mandlebrot set
* Game of life
* Networking server/client
* 2D pong
* 2D basic platformer a-la _Super Crate Box_