generic-matrix 0.0.1

Manipulations and data types that represent 2d matrix.
# general-matrix-rs [![Build Status]https://travis-ci.org/gifnksm/generic-matrix-rs.svg]https://travis-ci.org/gifnksm/generic-matrix-rs

Manipulations and data types that represent 2d matrix.

[Documentation](http://gifnksm.github.io/generic-matrix-rs)

## How to use?

Add this to your `Cargo.toml`:

```toml
[dependencies]
generic-matrix = "*"
```

and this to your crate root:

```rust
extern crate "generic-matrix" as matrix;
```