mandelbrot/src/lib.rs

3 lines
48 B
Rust

pub use mandelbrot::Mandelbrot;
mod mandelbrot;