Crates.io | magnesia |
lib.rs | magnesia |
version | 0.11.1 |
source | src |
created_at | 2022-11-08 00:31:39.371582 |
updated_at | 2023-07-19 09:52:27.614394 |
description | A math library for Rust |
homepage | https://docs.rs/magnesia/latest/magnesia/ |
repository | https://github.com/ralphtandetzky/magnesia |
max_upload_size | |
id | 707568 |
size | 131,446 |
A numerical math library for Rust featuring
The goal of Magnesia is to provide an easy to use yet efficient API for mathematical applications. Magnesia's interfaces are designed such that extensions and zero overhead implementations are possible. Dependencies from other crates are kept to a minimum. Currently, there are no build dependencies.
Add this to your Cargo.toml
:
[dependencies]
magnesia = "0.11.1"
Please find the reference documentation here on docs.rs.
Contributions are highly welcome. In fact, I would be happy to have a sparring partner for development. To contribute, please send me a pull request via github. It doesn't have to be perfect at first, but expect feedback before merges into the main repository.
If you spot a bug, please report it here. If you would like a feature to be worked on with higher priority, please don't hesitate to let me know here.
Magnesia is distributed under the MIT License.