<p align="center">
<img src="https://codeberg.org/repo-avatars/0e47ec7b1315cbc11200a81d60f8e274aec9cfe3ceed567ce32f5629b1df054e" alt="faer logo"/ width="25%">
</p>
# faer
[](https://docs.rs/faer)
[](https://crates.io/crates/faer)
`faer` is a rust crate that implements low level linear algebra routines and a high level wrapper for ease of use, in pure rust.
the aim is to provide a fully featured library for linear algebra with focus on portability, correctness, and performance.
see the [official website](https://faer.veganb.tw) and the [docs.rs](https://docs.rs/faer/latest/faer) documentation for code examples and usage instructions.
questions about using the library, contributing, and future directions can be discussed in the [zulip server](https://faer.zulipchat.com).
# contributing
if you'd like to contribute to `faer`, check out the list of "good first issue"
issues. these are all (or should be) issues that are suitable for getting
started, and they generally include a detailed set of instructions for what to
do. please ask questions on the zulip server or the issue itself if anything
is unclear!
# minimum supported rust version
the current msrv is rust 1.84.0.
# benchmarks
see [the benchmark page](https://faer.veganb.tw/benchmarks/) on the main website.