openblas-blas-provider-0.0.5 doesn't have any documentation.
openblas-blas-provider
Bindings to OpenBLAS-specific functions, and linking to OpenBLAS. By default, this crate will build and use a bundled OpenBLAS. Building this will require a Fortran and C compiler available. This provides BLAS and LAPACK.
Two Cargo features are supported:
static-openblas
: link to OpenBLAS statically.system-openblas
: don't use the bundled OpenBLAS.