From 216fbd3b26b5d3fab148b515bb74304c52297699 Mon Sep 17 00:00:00 2001 From: FunCoder Date: Fri, 13 Oct 2023 16:58:41 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 43920ff..606a0d7 100644 --- a/Readme.md +++ b/Readme.md @@ -240,6 +240,7 @@ Note: the one marked as `Live Trading` has reasonable live trading support for a #### Numpy Alternatives - [ndarray](https://github.com/rust-ndarray/ndarray) | `Rust` | - ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations +- [faer](https://github.com/sarah-ek/faer-rs) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/sarah-ek/faer-rs/main) | `Rust` | - Linear algebra foundation for the Rust programming language #### Pandas Alternatives