1
2
3
4
5
//! Various utilities functions and types

mod rectangle;

pub use self::rectangle::Rectangle;