Skip to content

Commit

Permalink
oops: restore book guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-ek committed Aug 24, 2024
1 parent 38a7e8c commit 9c0a701
Show file tree
Hide file tree
Showing 4 changed files with 1,620 additions and 0 deletions.
17 changes: 17 additions & 0 deletions book/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[package]
name = "faer-book"
version = "0.0.0"
edition = "2021"

[dependencies]
faer = "0.15.0"
faer-core = "0.15.0"
faer-cholesky = "0.15.0"
faer-qr = "0.15.0"
faer-lu = "0.15.0"
faer-svd = "0.15.0"
faer-evd = "0.15.0"

[[bin]]
name = "intro"
path = "src/intro.rs"
57 changes: 57 additions & 0 deletions book/brand-rust.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9c0a701

Please sign in to comment.