1 2 3 4 5 6 7
pub mod filters { pub mod edge_detection; pub mod morphological; } pub mod utils { pub mod image_utils; }