mint 0.5.2

Math interoperability standard types
Documentation
# mint
[![Build Status](https://travis-ci.org/kvark/mint.svg)](https://travis-ci.org/kvark/mint)
[![Docs](https://docs.rs/mint/badge.svg)](https://docs.rs/mint)
[![Crates.io](https://img.shields.io/crates/v/mint.svg?maxAge=2592000)](https://crates.io/crates/mint)

Math INteroperability Types:

![xkcd standard](https://imgs.xkcd.com/comics/standards.png)

This library provides standard mathematical types types used in computer graphics.
It's only purpose is to serve as a standard and interoperability language between various components of rust-gamedev ecosystem that happen to expose math-related types on their API.
There are no operations defined for the types other than for the means of conversion from/into external types.