4 releases
0.1.3 | Jul 19, 2022 |
---|---|
0.1.2 | Jul 19, 2022 |
0.1.1 | Jul 19, 2022 |
0.1.0 | Apr 25, 2022 |
#2333 in Algorithms
23KB
646 lines
Quickmaths
A collection of algorithims for generic mathematics in Rust.
Features
This crate can be used without the standard library (#![no_std]
) by disabling
the default std
feature. Use this in Cargo.toml
:
[dependencies.quickmaths]
version = "0.1"
default-features = false
lib.rs
:
A collection of algorithims for generic mathematics in Rust.
Dependencies
~775KB
~14K SLoC