#mandelbrot #image #generate #set

mandelbrot_common

Rust library for generating images of the Mandelbrot set

3 releases

0.1.2 Jun 16, 2020
0.1.1 Jun 14, 2020
0.1.0 Jun 14, 2020

#5 in #mandelbrot

22 downloads per month

MIT license

6KB
104 lines

Mandelbrot

Mandelbrot is a Rust library for generating images of the Mandelbrot set. This is an example library to demonstrate the portability and reusability of Rust, and is not intended for any practical application.

Installation

Add this crate to your project's Cargo.toml:

mandelbrot = "0.1"

Usage

Usage to be documented at a later date. Usage will also be documented in applications that use this crate.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Dependencies

~2.5MB
~51K SLoC