//! contains types which represent the sides and corners of a rectangular shape.
//XXX: this is kinda a mess, either move the rect struct here or come up with a better name for this module
#[allow(clippy::module_inception)]modrect;pubuserect::Rect;modsides;pubusesides::Sides;modcorners;pubusecorners::Corners;modcolor;pubusecolor::FillColor;