cgmath/README.md
Brendan Zabarauskas 9e46931ecc Readme edits
2012-12-19 23:13:01 +10:00

14 lines
404 B
Markdown

# Lmath-rs
Lmath is generic linear algebra library for Rust. There is still much to do, unit tests to write, bugs to fix, and performance enhancements to make. Help is much appreciated, so please don't hesitate to send me a pull request.
## Installation
`$ cargo install lmath`
## Dependencies
[numeric-rs](https://github.com/bjz/numeric-rs/) (can be installed via `$ cargo install numeric`)
~B☼