1mod irect; 2mod rect; 3mod urect; 4 5pub use irect::IRect; 6pub use rect::Rect; 7pub use urect::URect; 8 9