1pub type Coord = u16; 2 3pub type CoordPair = thedes_geometry::CoordPair<Coord>; 4 5pub type Rect = thedes_geometry::Rect<Coord>;