Fixed up some tests and wrote some documentation.

Also, .swp files are now ignored.
This commit is contained in:
Jason Travis Smith
2015-10-04 23:33:37 -04:00
parent 0160780bd1
commit e410e69e2f
4 changed files with 121 additions and 3 deletions

View File

@ -11,3 +11,6 @@ pub mod vector;
pub use self::vector::Vector;
pub use self::vector::Vector2;
pub use self::vector::Vector3;
pub use self::vector::Vector4;