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

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.

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_