mandelbrot_common 0.1.2

Rust library for generating images of the Mandelbrot set.
Documentation

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