Crate rect_lib

Source

Re-exports§

pub use num;

Structs§

BasicRectangle
A basic rectangle implementation. Edges are inclusive.

Traits§

Rectangle
A trait containing methods for rectangle like data structures which implement Sized & Copy.