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 38a7e8c commit 9c0a701Copy full SHA for 9c0a701
book/Cargo.toml
@@ -0,0 +1,17 @@
1
+[package]
2
+name = "faer-book"
3
+version = "0.0.0"
4
+edition = "2021"
5
+
6
+[dependencies]
7
+faer = "0.15.0"
8
+faer-core = "0.15.0"
9
+faer-cholesky = "0.15.0"
10
+faer-qr = "0.15.0"
11
+faer-lu = "0.15.0"
12
+faer-svd = "0.15.0"
13
+faer-evd = "0.15.0"
14
15
+[[bin]]
16
+name = "intro"
17
+path = "src/intro.rs"
book/brand-rust.svg
0 commit comments