1pub mod structs { 2 pub mod grid_position; 3 pub mod drawable_object; 4 pub mod pixel; 5} 6pub mod pixel_handler;