cblas-sys 0.1.4

The package provides bindings to CBLAS (C).
Documentation
# cblas-sys [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url]

The package provides bindings to [CBLAS] (C).

The usage of the package is explained [here][usage].

## Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a
pull request. Note that any contribution submitted for inclusion in the project
will be licensed according to the terms given in [LICENSE.md](LICENSE.md).

[cblas]: https://en.wikipedia.org/wiki/BLAS
[usage]: https://blas-lapack-rs.github.io/usage

[build-img]: https://travis-ci.org/blas-lapack-rs/cblas-sys.svg?branch=master
[build-url]: https://travis-ci.org/blas-lapack-rs/cblas-sys
[documentation-img]: https://docs.rs/cblas-sys/badge.svg
[documentation-url]: https://docs.rs/cblas-sys
[package-img]: https://img.shields.io/crates/v/cblas-sys.svg
[package-url]: https://crates.io/crates/cblas-sys