cotati 0.1.2

cotati is a general-purpose vector drawing interface that does not restrict binding to a back-end renderer.
Documentation
mod color;
pub use color::*;

mod length;
pub use length::*;

mod transform;
pub use transform::*;

mod point;
pub use point::*;

mod unit;
pub use unit::*;

mod angle;
pub use angle::*;

mod aspect;
pub use aspect::*;