1
2
3
4
5
6
pub mod grayscale;
pub mod line;
pub mod binary;
pub mod hough;
pub mod ascii_art;
pub mod shrink;