franklin 0.1.4

A utility for generating images through evolution.
Documentation
1
2
3
4
5
mod image;
pub(crate) use self::image::Image;

mod pixel;
pub(crate) use self::pixel::Pixel;