rust-embedded / book

Documentation on how to use the Rust Programming Language to develop firmware for bare metal (microcontroller) devices
https://docs.rust-embedded.org/book/
Apache License 2.0
1.08k stars 173 forks source link

add constgebra to list of math crates #358

Closed knickish closed 1 year ago

knickish commented 1 year ago

constgebra is a crate for performing reproducible linear algebra in const/no_std contexts. Made it for a game, but seems like it might be helpful for embedded also.