# Coord
---
Coord is a simple, intuitive vector mathematics library for Rust.
## Features
- [x] Generic `Vec1`, `Vec2`, `Vec3` and `Vec4` types
- [x] `VecXu`, `VecXi` and `VecXf` type definitions
- [x] Implementation of basic mathematics operations (`Add`, `Sub`, `Mul`, `Div`)
- [ ] Implementation of mathematics functions (i.e: `.length()`, `.cross(v)`, etc.)
- [ ] Implementation of bitwise operations