1
2
3
4
5
6
//! Mathematical helper functions and types.
pub mod nq;
pub mod utils;

mod rect;
pub use self::rect::Rect;