19 lines
428 B
Markdown
19 lines
428 B
Markdown
# Rust Exercises
|
|
|
|
This repository contains a collection of exercises in Rust, mostly taken
|
|
from the O'Reilly's
|
|
[*Programming Rust*](http://shop.oreilly.com/product/0636920040385.do),
|
|
augmented with stretch goals, extensions, and a hint of arrogance.
|
|
|
|
## Currently available:
|
|
|
|
* Mandlebrot
|
|
|
|
Renders a Mandlebrot set
|
|
|
|
## ToDo
|
|
|
|
* Colorized Mandelbrot
|
|
* [Buddhabrot](https://en.wikipedia.org/wiki/Buddhabrot)
|
|
* Colorized Buddhabrot
|