We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b362fa9 commit a1d5153Copy full SHA for a1d5153
README.md
@@ -1,7 +1,8 @@
1
# lapack-sys [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url]
2
3
-The package provides bindings to [LAPACK] (Fortran). The usage of the package is
4
-explained [here][usage].
+The package provides bindings to [LAPACK] (Fortran).
+
5
+The usage of the package is explained [here][usage].
6
7
## Contribution
8
src/lib.rs
@@ -1,4 +1,4 @@
-//! Bindings to [LAPACK] \(Fortran)
+//! Bindings to [LAPACK] \(Fortran).
//!
//! The usage of the package is explained [here][usage].
0 commit comments