burbomath 0.0.1

Burbokop's rust math library
Documentation
mod angle;
mod complex;
mod lerp;
mod matrix;
mod misc;
mod non_neg;
mod point;
mod positive;
mod rational;
mod rect;
mod size;
mod traits;
mod vector;

pub use angle::*;
pub use complex::*;
pub use lerp::*;
pub use matrix::*;
pub use misc::*;
pub use non_neg::*;
pub use point::*;
pub use positive::*;
pub use rational::*;
pub use rect::*;
pub use size::*;
pub use traits::*;
pub use vector::*;