# accelerate-src [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url]
The package provides a source of [BLAS] and [LAPACK] via the [Accelerate]
framework.
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).
[accelerate]: https://developer.apple.com/documentation/accelerate
[blas]: https://en.wikipedia.org/wiki/BLAS
[lapack]: https://en.wikipedia.org/wiki/LAPACK
[usage]: https://blas-lapack-rs.github.io/usage
[build-img]: https://travis-ci.org/blas-lapack-rs/accelerate-src.svg?branch=master
[build-url]: https://travis-ci.org/blas-lapack-rs/accelerate-src
[documentation-img]: https://docs.rs/accelerate-src/badge.svg
[documentation-url]: https://docs.rs/accelerate-src
[package-img]: https://img.shields.io/crates/v/accelerate-src.svg
[package-url]: https://crates.io/crates/accelerate-src