blas 0.0.3

The library provides an interface to the Basic Linear Algebra Subprograms.
[package]
name = "blas"
version = "0.0.3"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
license = "MIT"
repository = "https://github.com/stainless-steel/blas"
homepage = "https://github.com/stainless-steel/blas"
documentation = "https://stainless-steel.github.io/blas"
description = "The library provides an interface to the Basic Linear Algebra Subprograms."

[dependencies]
libblas-sys = "0.0.3"

[dev-dependencies]
assert = "0.0.2"