generic-matrix 0.0.2

Manipulations and data types that represent 2d matrix.
docs.rs failed to build generic-matrix-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: generic-matrix-0.2.2

general-matrix-rs Build Status

Manipulations and data types that represent 2d matrix.

Documentation

How to use?

Add this to your Cargo.toml:

[dependencies]
generic-matrix = "*"

and this to your crate root:

extern crate "generic-matrix" as matrix;